applications of linked lists and mostly used linked list?
Answer Posted / ash
used in gamming application and file system in operation system.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is difference between map and hashmap?
What is the difference between hashset and hashmap?
How do you sort large data?
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What are the parts of a linked list?
Which language is best for data structures and algorithms?
What happens in insertion sort?
What is binary search tree and explain its time complexity?
How to cut or remove an element from the array?
Can nsarray contain nil?
What is a stable sorting algorithm?
Explain the difference between hashset and hashmap?
Can a class have a constructor?
What are the different data structures?
What is the use of space complexity and time complexity?