Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 697 Bytes

File metadata and controls

30 lines (20 loc) · 697 Bytes

LeetCode-Solutions

This repository contains my solutions to problems from LeetCode, organized by difficulty and topic.
Regularly updated as I solve new challenges and improve existing solutions.

📁 Structure

  • Easy/ – Easy-level problems
  • Medium/ – Medium-level problems
  • Hard/ – Hard-level problems

Each file includes:

  • 🔗 Problem link
  • 💡 Brief approach
  • ✅ Clean, readable code with comments

🛠️ Languages Used

  • Python
  • C++

✨ Purpose

  • Practice data structures & algorithms
  • Track personal growth
  • Share with others who are learning

"If Stack Overflow had a child, this repo would be it." 😄