How can one find a cycle in the linked list? IF found how
to recognize the cycle and delete that cycle?
Answer Posted / kannan
If the address part of the node contains the header address
then cycle is formed Is it so...
| Is This Answer Correct ? | 21 Yes | 16 No |
Post New Answer View All Answers
Define a tree?
State the different types of linked lists?
What do you mean by structure property in a heap?
What is an acyclic graph?
Can a tree be empty?
What is a matrix? Explain its uses with an example
What are hash tables good for?
What are the advantages of sorting?
Which is faster hashset or treeset?
Which interface provides the capability to store objects using a key-value pair?
Why merge sort is better than insertion sort?
What is the quickest sorting algorithm?
How does a treemap sort?
Explain the term binding time?
Can we give size to arraylist?