Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

278 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

A comprehensive collection of LeetCode problems solved in C and Python with optimized implementations.


About

This repository contains my solutions to LeetCode problems, focusing on algorithmic patterns and interview preparation.

Key Features:

  • Dual-language implementations (every problem in both C and Python)
  • Pattern-based problem-solving approach
  • Clean, optimized code

Repository Structure

Each folder represents a single problem with solutions in both languages:

leetcode-solutions/
├── 0001_Two_Sum/
│   ├── solution.c
│   └── solution.py
├── 0002_Add_Two_Numbers/
│   ├── solution.c
│   └── solution.py
├── 0003_Longest_Substring_Without_Repeating_Characters/
│   ├── solution.c
│   └── solution.py
└── ...

Naming convention: <problem_number>_<problem_name>/

All problems include both solution.c and solution.py


Languages Used

C

  • Low-level memory management
  • Pointer manipulation
  • Performance-optimized solutions

Python

  • Pythonic implementations
  • Built-in data structures
  • Clean, readable code

Notes

  • Every problem solved in both C and Python
  • Focus on time and space complexity optimization
  • Organized for easy reference and review

Connect


Solving problems, one commit at a time.

About

A structured collection of my solved LeetCode problems, documenting approaches, explanations, and patterns learned along the way. Serving as both a personal log of growth and a quick reference for future problem-solving

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages