DEV Community

Vrinda Khandelwal
Vrinda Khandelwal

Posted on

πŸš€ Day 5 of LeetCode Grind


oday was all about Linked Lists 🧡.

βœ… Solved:

  1. Reverse Linked List (Easy, confidence booster πŸ’ͺ)

  2. Merge Two Sorted Lists (Easy, smooth ride ✨)

  3. Linked List Cycle (Easy, but took some thinking πŸ”„)

  4. Remove Nth Node From End of List (Medium β€” pointers game, tricky at first πŸ‘€)

  5. Add Two Numbers (Medium β€” felt like a mini project itself, lots of debugging πŸ˜…)

πŸ”‘ Takeaway:

Easy ones built momentum.

Medium ones tested patience but also gave that β€œaha!” moment.

Linked lists are slowly starting to feel less scary, more like puzzles 🧩.

Tomorrow: continuing the grind β†’ maybe tackling some stack/queue problems.

Top comments (0)