Wednesday, June 26, 2019

LinkedList problem statement?

Problem statement:
Given a LinkedList as follows, first can you write an algorithm to check whether this LinkedList is 
creating loop or not?
second if yes then how?
1 -> 2 -> 3 -> 4 -> 5 -> 6 ->3

No comments:

Post a Comment

How to run standalone mock server on local laptop

 Please download the standalone wiremock server from Direct download section at the bottom of the page.  Download and installation Feel fre...