Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danhenriquex/leetcode-solutions
Solving leetcode problems in Python
https://github.com/danhenriquex/leetcode-solutions
Last synced: 4 days ago
JSON representation
Solving leetcode problems in Python
- Host: GitHub
- URL: https://github.com/danhenriquex/leetcode-solutions
- Owner: danhenriquex
- Created: 2023-04-03T21:26:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T22:19:17.000Z (28 days ago)
- Last Synced: 2024-10-22T18:32:00.466Z (27 days ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# LeetCode problems
The main goal of this repository is to practice leetcode problems in order to improve my knowledge in data structure and algorithms as well as improve my problem solving ability.
# Challenges list
## Easy Problems
### 1. https://leetcode.com/problems/add-two-numbers/
### 2. https://leetcode.com/problems/roman-to-integer/
### 3. https://leetcode.com/problems/longest-common-prefix/
### 4. https://leetcode.com/problems/happy-number/
## Medium problems
### 1. https://leetcode.com/problems/spiral-matrix/