How can one find a cycle in the linked list? IF found how
to recognize the cycle and delete that cycle?
Answer Posted / monti
Well, Answer-3 is correct but only for link list of type 'O'
but it fails for link list of type '9' (which also have a
circle). So to cover up all possibilities answer 2 should be
followed.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Name some applications which use linked lists.
What are binary trees?
Differentiate between file and structure storage structure.
Does list allow null values?
What does bubble sort do?
How do you sort large data?
Can we make hashmap synchronized?
Is radix sort faster than quicksort?
What is the impact of signed numbers on the memory?
Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?
Write the recursive c function to count the number of nodes present in a binary tree.
Which is better merge sort or quick sort?
How do you represent a linked list?
Is array a collection?
Define level of the tree?