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 are the advantages of c++ over c?
What is the difference between reference and pointer?
What is #include iostream?
What are the five basic elements of a c++ program?
How do we implement inheritance in c++?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
why is c++ called oops? Explain
What is the use of structure in c++?
Define virtual constructor.
What is static in c++?
What is set in c++?
What is c++ programming language?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Mention the ways in which parameterized can be invoked.