You're given an array containing both positive and negative
integers and required to find the sub-array with the largest
sum (O(N) a la KBL). Write a routine in C for the above.
Answer Posted / gopika
how to get O(N) for above program
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is setw manipulator in c++?
What are single and multiple inheritances in c++?
What is the basic concept of c++?
Explain method of creating object in C++ ?
Is map sorted c++?
What is microsoft c++ redistributable 2013?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Name the implicit member functions of a class.
What is prototype for that c string function?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What are pointer-to-members? Explain.
What is c++ coding?
What is the use of map in c++?
What is the arrow operator in c++?