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
Which sorting is best and why?
Explain implementation of deletion from a binary tree.
How many types of arrays are there?
Which is faster array or list?
What is the top of a stack?
What is the difference between static and dynamic data?
Why hashmap is faster than hashset?
What is sequential search? What is the average number of comparisons in a sequential search?
Differentiate between file and structure storage structure.
What is basic data structure?
Why arraylist is not efficient for manipulation?
What is bubble sort with example?
Is linkedlist thread safe?
What is difference between for loop and foreach?
What are the types of array operations?