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
Can we put null key in hashmap?
How do you represent a linked list?
What is a data structure? What are the types of data structures? Briefly explain them
What is binary tree? Explain its uses.
What you mean by sorting?
We know that Arrays are objects so why cannot we write strArray.length()?
What do you mean by general trees?
What are the operations that can be performed on a stack?
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential
What are the advantages and disadvantages of linked list over array?
Write a program to reverse a link list.
What is top in stack?
What are the Differences between map and hashmap?
Explain implementation of deletion from a binary tree.
How to use appendNode() in linkedlist()?