https://github.com/amadeusssystem/dsa_notes
https://github.com/amadeusssystem/dsa_notes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amadeusssystem/dsa_notes
- Owner: AmadeussSystem
- Created: 2025-04-15T04:21:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-15T13:15:41.000Z (about 1 year ago)
- Last Synced: 2025-05-04T14:14:13.992Z (about 1 year ago)
- Size: 12.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📈 Kadane's Algorithm
### ✅ Completed
- [x] LeetCode 53 - Maximum Subarray
- [x] LeetCode 918 - Maximum Sum Circular Subarray
- [x] LeetCode 152 - Maximum Product Subarray
- [x] LeetCode 1031 - Maximum Sum of Two Non-Overlapping Subarrays
### 📌 To Be Done Later
- [ ] LeetCode 1567 - Maximum Length of Subarray With Positive Product
- [ ] LeetCode 643 - Maximum Average Subarray I
- [ ] LeetCode 644 - Maximum Average Subarray II
- [ ] LeetCode 1423 - Maximum Points You Can Obtain from Cards
- [ ] LeetCode 363 - Max Sum of Rectangle No Larger Than K
- [ ] LeetCode 1746 - Maximum Subarray Sum After One Operation
- [ ] LeetCode 121 - Best Time to Buy and Sell Stock
- [ ] LeetCode 122 - Best Time to Buy and Sell Stock II
- [ ] LeetCode 123 - Best Time to Buy and Sell Stock III
- [ ] LeetCode 188 - Best Time to Buy and Sell Stock IV