DSA Day 42/100
Topic: Linked List
Questions Successfully Completed: 1
1) Detect Loop in linked listEasy
Detect Loop in linked list
QuestionInput: N = 3 value[] = {1,3,4} x(position at which tail is connected) = 2 Output: True Explanation: In above test case N = 3....
preetikaprakash.hashnode.dev2 min read