Tag: Linked List

  • LRU Cache

    Problem https://leetcode.com/problems/lru-cache/description/ Solution

  • Swap Nodes in Pairs

    Problem https://leetcode.com/problems/swap-nodes-in-pairs/description/ Solution – Iterative

  • Reverse Linked List II

    Problem https://leetcode.com/problems/reverse-linked-list-ii/description/ Solution Pseudo Code – Reversing a linked list