How can one find a cycle in the linked list? IF found how
to recognize the cycle and delete that cycle?
Answer Posted / riddle
I dont think answer #8 is any recursive verion .....
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Do you know what is linear search?
What are different types of sorting algorithms?
Name some applications which use linked lists.
Define the queue data structure.
Why concurrenthashmap is fail safe?
Which sorting is best in time complexity?
Define double linked list?
Define splay tree?
What is difference between list and set?
How do you find the second largest element in an array of integers?
Why is waste sorting important?
List the applications of stacks?
Which is the best book for data structures and algorithms?
Can hashmap be sorted?
What is the minimum number of queues that can be used to implement a priority queue?