https://github.com/amirhnajafiz/leetcodz
Problems and solutions to my LeetCode.
https://github.com/amirhnajafiz/leetcodz
algorithms data-structures design-patterns leetcode problem-solving
Last synced: 3 months ago
JSON representation
Problems and solutions to my LeetCode.
- Host: GitHub
- URL: https://github.com/amirhnajafiz/leetcodz
- Owner: amirhnajafiz
- Created: 2021-12-02T14:06:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T14:41:13.000Z (5 months ago)
- Last Synced: 2025-06-17T15:34:02.837Z (5 months ago)
- Topics: algorithms, data-structures, design-patterns, leetcode, problem-solving
- Language: C++
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCodz
A collection of my LeetCode solutions. This repository is organized by problem difficulty and tracks the number of problems solved at each level. Each solution is written with clarity and efficiency in mind, aiming to help others understand different approaches to common algorithmic challenges.
## Stats
### Problem counts by level:
- Total: 55
- Easy: 20
- Medium: 26
- Hard: 9
### Programming languages used (by percentage):
- C++: 34.55%
- C: 23.64%
- Python: 21.82%
- SQL: 10.91%
- Rust: 9.09%
### Programming languages used per level:
- Easy:
- C++: 9
- C: 4
- SQL: 3
- Python: 2
- Rust: 2
- Medium:
- C++: 8
- Python: 7
- C: 6
- Rust: 3
- SQL: 2
- Hard:
- Python: 3
- C: 3
- C++: 2
- SQL: 1