Topic 2 - Two Pointers 📚 Resources Websites AfterAcademy https://afteracademy.com/blog/what-is-the-two-pointer-technique/ AlgoDaily https://algodaily.com/lessons/using-the-two-pointer-technique Videos: Geekific - What is the Two-Pointers Technique & How to use it? | Two-Pointers Approaches Explained Team AlgoDaily - How to Use the Two Pointer Technique AlgoMonster - Two Pointers Technique Articles: Intro to Algorithms: Two Pointers Technique The Two-Pointer Pattern: A Must-Have Skill for Every Coder Algorithm Two Pointer Technique: (JavaScript) Two Pointers Approach — Python Code Array Two pointers 💻 Two Pointers Problems Problems solved during the session Part 1 977. Squares of a Sorted Array Part 2 189. Rotate Array 283. Move Zeroes Part 3 167. Two Sum II - Input Array Is Sorted 344. Reverse String 557. Reverse Words in a String III Problem solving reference Leetcode https://leetcode.com/articles/two-pointer-technique/ More problems to practice Two Pointers Leetcode 876. Middle of the Linked List Leetcode 19. Remove Nth Node From End of List