https://github.com/sijan2/leetcode
doing leetcode daily for 2025
https://github.com/sijan2/leetcode
leetcode python
Last synced: 10 months 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T23:20:34.000Z (12 months ago)
- Last Synced: 2025-01-11T00:27:04.842Z (12 months ago)
- Topics: leetcode, python
- Language: Python
- Homepage: https://leetcode.com/u/sijan2/
- Size: 15.6 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) |
| 2 | 2025-01-02 | [2559. Count Vowel Strings in Ranges](https://leetcode.com/problems/count-vowel-strings-in-ranges/description/) | [Solution](./jan-2024/day2/day2.md) |
| 3 | 2025-01-03 | [2270. Ways to Split Array](https://leetcode.com/problems/ways-to-split-array/description/) | [Solution](./jan-2024/day3/day3.md) |
| 4 | 2025-01-04 | [1930. Unique Length-3 Palindromic Subsequences](https://leetcode.com/problems/unique-length-3-palindromic-subsequences/) | [Solution](./jan-2024/day4/day4.md) |
| 5 | 2025-01-05 | [2381. Shifting Letters II](https://leetcode.com/problems/shifting-letters-ii/) | [Solution](./jan-2024/day5/day5.md) |
| 6 | 2025-01-06 | [1769. Minimum Number of Operations to Move All Balls to Each Box](https://leetcode.com/problems/minimum-number-of-operations-to-move-all-balls-to-each-box/description/) | [Solution](./jan-2024/day6/day6.md) |
Happy Coding!