How can you find the nodes with repetetive data in a linked
list?
Answer / murali
By parsing/processing the nodes
we attain O(n) to O(log(n)) depending on the type of data-
structure
Is This Answer Correct ? | 2 Yes | 9 No |
Tell me an example where stacks are useful?
What is heap sort in c++?
Is c or c++ more useful?
What are stacks?
Do vectors start at 0 c++?
What do you mean by C++ access specifiers ?
What is this weird colon-member (" : ") syntax in the constructor?
What is name mangling?
What are friend classes? What are advantages of using friend classes?
What is data binding in c++?
Do class declarations end with a semicolon? Do class method definitions?
What is a class definition?