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
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What does new return if there is insufficient memory to make your new object?
What is a multiset c++?
What are the advantages of c++ over c?
What are maps in c++?
How are pointers type-cast?
What is istream c++?
In a function declaration what does extern means?
What is microsoft c++ redistributable 2013?
What are files in c++?
What is size of string in c++?
How to tokenize a string in c++?
Show the application of a dynamic array with the help of an example.
What is prototype for that c string function?