Skip to content

Latest commit

Β 

History

History
54 lines (42 loc) Β· 986 Bytes

File metadata and controls

54 lines (42 loc) Β· 986 Bytes

πŸš€ LeetCode Solutions

Welcome to my LeetCode Solutions repository!
This repo contains my solutions to different LeetCode problems as I practice Data Structures and Algorithms and improve my problem-solving skills.


πŸ“Œ About This Repository

This repository is created to track my progress on LeetCode and maintain clean, well-organized solutions for future revision.

Each solution includes:

  • Problem number and title
  • Clean and readable code
  • Optimized approach where possible
  • Regular updates as I solve more problems

🧠 Topics Covered

  • Arrays
  • Strings
  • Hash Maps
  • Sets
  • Two Pointers
  • Sorting
  • Recursion
  • Stack
  • Queue
  • Linked List
  • Trees
  • Dynamic Programming
  • Greedy Algorithms
  • Graphs

πŸ“‚ Folder Structure

LeetCode-Solutions/
β”‚
β”œβ”€β”€ Easy/
β”‚   β”œβ”€β”€ problem-name.py
β”‚
β”œβ”€β”€ Medium/
β”‚   β”œβ”€β”€ problem-name.py
β”‚
β”œβ”€β”€ Hard/
β”‚   β”œβ”€β”€ problem-name.py
β”‚
└── README.md