An open API service indexing awesome lists of open source software.

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.

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