#DAY 5-Coding Journey
LinkedList Leetcode Problems
Today solved some linked problems based on the two-pointer approach. The two-pointer approach involves using two-pointers often called "slow" and "fast,".The slow pointer moves one step at a time (slow = slow.next), while...
mownika.hashnode.dev1 min read