A record of my leetcode solving in Python, Rust, C/C++, ...
Date | No. | Difficulty | Title | Solutions |
---|---|---|---|---|
2024-11-11 | 2601 | Medium | Prime Subtraction Operation | Python |
2024-11-12 | 2070 | Medium | Most Beautiful Item for Each Query | Python |
2024-11-14 | 2064 | Medium | Minimized Maximum of Products Distributed to Any Store | Python |
2024-11-15 | 1574 | Medium | Shortest Subarray to be Removed to Make Array Sorted | Python |
2024-11-16 | 3254 | Medium | Find the Power of K-Size Subarrays I | Python |
2024-11-19 | 2461 | Medium | Maximum Sum of Distinct Subarrays With Length K | Python |
2024-11-20 | 2516 | Medium | Take K of Each Character From Left and Right | Python |
2024-11-21 | 2257 | Medium | Count Unguarded Cells in the Grid | Python |
2024-11-23 | 1861 | Medium | Rotating the Box | Python |
2025-09-10 | 2785 | Medium | Sort Vowels in a String | Python |
2025-09-11 | 3227 | Medium | Vowels Game in a String | Python |
No. | Difficulty | Title | Solutions | ||
---|---|---|---|---|---|
0167 | Medium | Two Sum II - Input Array Is Sorted | Python | ||
0187 | Medium | Repeated DNA Sequences | Python | ||
0223 | Medium | Rectangle Area | Python | ||
0516 | Medium | Longest Palindromic Subsequence | Python | Rust | |
0767 | Medium | Reorganize String | Python |