STL (140)
OOPS (873)
C++ General (2409) 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.
4 12505Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
1 5925
What is the hardest coding language to learn?
How do I get good at c++ programming?
How do you define/declare constants in c++?
Define namespace.
How to tokenize a string in c++?
Describe public access specifiers?
Which language is not a true object oriented programming language?
What can I safely assume about the initial values of variables which are not explicitly initialized?
Which method cannot be overridden?
Is c++ pass by reference or value?
What does oop mean in snapchat?
Why do we use inheritance?
What is abstraction in oops with example?
Is map ordered c++?
What do you mean by overloading?