Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sijan2/leetcode
doing leetcode daily for 2025
https://github.com/sijan2/leetcode
leetcode python
Last synced: 15 days ago
JSON representation
doing leetcode daily for 2025
- Host: GitHub
- URL: https://github.com/sijan2/leetcode
- Owner: sijan2
- Created: 2025-01-01T05:50:21.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2025-01-01T06:13:25.000Z (15 days ago)
- Last Synced: 2025-01-01T07:18:56.022Z (15 days ago)
- Topics: leetcode, python
- Language: Python
- Homepage: https://leetcode.com/u/sijan2/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# LeetCode Daily Challenge
Welcome to my journey of solving LeetCode problems daily! This repository is dedicated to tracking my progress, sharing solutions, and providing references to the problems I solve each day.
## Daily Progress
| Day | Date | Problem Link | Solution Link |
| --- | ---------- | --------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| 1 | 2025-01-01 | [1422. Maximum Score After Splitting a String](https://leetcode.com/problems/maximum-score-after-splitting-a-string/description/) | [Solution](./jan-2024/day1/day1.md) |
| ... | ... | ... | ... |Happy Coding!