Skip to content

shash-hq/leetcode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👨‍💻 LeetCode Solutions

Language License Status

📝 About

This repository contains my personal solutions to algorithmic problems from LeetCode. The goal of this project is to improve my problem-solving skills, understand data structures and algorithms deeply, and maintain a consistent coding habit.

Key Focus Areas:

  • Time & Space Complexity: Analysis included in solution comments.
  • Clean Code: Variable naming and modularity suitable for production environments.
  • Multiple Approaches: Evolution from Brute Force to Optimized solutions.

📊 Progress & Stats

Category Solved
Easy 00
Medium 00
Hard 00
Total 00

📂 Repository Structure

The solutions are organized by difficulty level for easy navigation:

/
├── /Easy           # Fundamental problems (Arrays, Strings, Simple Logic)
├── /Medium         # Core Data Structures (Trees, Graphs, DP)
├── /Hard           # Advanced Algorithms & Optimization
└── README.md

About

A daily archive of LeetCode problem solving.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors