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 |
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is an associative container in c++?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
What is a .h file c++?
How new/delete differs from malloc()/free?
Can I uninstall microsoft c++ redistributable?
Describe the setting up of my member functions to avoid overriding by the derived class?
Is c++ a good first language to learn?
is throwing exception from a constructor not a good practice ?
List out some of the OODBMS available?
What does int * mean in c++?
Can a list of string be stored within a two dimensional array?