bbasitc1 / DSA-REVISION

Repo to revise DSA problems
0 stars 13 forks source link

Nth Node from end of LinkedList #28

Closed YuZaGa closed 2 years ago

YuZaGa commented 2 years ago

This is the easiest way of doing this . Just search on google and paste the solution. O(0) time complexity.