Today's session focused on Binary Trees, and I solved a few Linked List problems. While Linked Lists felt smooth, I need to strengthen my BFS, DFS, and tree traversal strategies.
📌 Problems Solved Today
1️⃣ Invert Binary Tree (✅ Easy)
👉 Problem: G...