InterviewSolution
Saved Bookmarks
| 1. |
Can We Check Whether A Link List Is Circular Or Not ? |
|
Answer» Yes, we can check that a given link-LIST is circular or not. A link-list will be a circular link-list if it follows the two main REQUIREMENTS:
Yes, we can check that a given link-list is circular or not. A link-list will be a circular link-list if it follows the two main requirements: |
|