How can you find the nodes with repetetive data in a linked
list?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of volatile variable?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What is a .h file c++?
Can I learn c++ without knowing c?
What data encapsulation is in c++?
When should I use unitbuf flag?
Is c++ a pure oop language?
What is abstract keyword in c++?
List the advantages of inheritance.
What is anonymous object in c++?
What are member functions used in c++?
What is jump statement in C++?
What is unary operator? List out the different operators involved in the unary operator.
Do class declarations end with a semicolon?
List the features of oops in c++?