Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 534 Bytes

File metadata and controls

21 lines (15 loc) · 534 Bytes

🧠 LeetCode Notebook Practice

This repo contains my step-by-step LeetCode prep using Python and Jupyter Notebooks. Each problem includes:

  • ✅ Multiple solution approaches
  • ⏱️ Time & space complexity breakdown
  • 🧪 Ready-to-copy Python scripts for LeetCode
  • 📘 Notebook-style explanations for deeper understanding

📁 Structure

  • notebooks/: Full Colab/Notebook explanations
  • solutions/: Short Python-only LeetCode scripts

🚀 Topics Covered

  • Arrays
  • Dynamic Programming
  • Graphs
  • Strings
  • Trees