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: 10 months ago
JSON representation

doing leetcode daily for 2025

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!