Greedy
Total Problems: 12
Completed: 12 (100%)
📚 Pattern Master Notes
This comprehensive guide includes: - 🧠 Pattern recognition & problem-solving mindset - 🎯 Sub-patterns and variations - 🏆 Golden templates and code examples - ⚠️ Common pitfalls and debugging tips - 📊 Decision trees and quick reference tables
💡 Tip: Read the notes before starting problems to build intuition!
Progress by Difficulty
| Difficulty | Total | Completed | Remaining | Percentage |
|---|---|---|---|---|
| 🟢 Easy | 2 | 2 | 0 | 100% |
| 🟡 Medium | 8 | 8 | 0 | 100% |
| 🔴 Hard | 2 | 2 | 0 | 100% |
Problems
| # | Problem | Difficulty | Status | Confidence |
|---|---|---|---|---|
| 286 | Jump Game | E | ✅ | HGH |
| 287 | Assign Cookies | E | ✅ | HGH |
| 288 | Jump Game II | M | ✅ | LOW |
| 289 | Maximum Subarray | M | ✅ | HGH |
| 290 | Gas Station | M | ✅ | MED |
| 291 | Queue Reconstruction by Height | M | ✅ | MED |
| 292 | Non-overlapping Intervals | M | ✅ | HGH |
| 293 | Minimum Number of Arrows to Burst Balloons | M | ✅ | HGH |
| 294 | Partition Labels | M | ✅ | HGH |
| 295 | Hand of Straights | M | ✅ | HGH |
| 296 | Candy | H | ✅ | HGH |
| 297 | IPO | H | ✅ | MED |
Last Updated: 2026-02-13 19:40:00
Auto-generated from CSV by update_progress.py