Week 5
Patterns: Binary Search
Total Problems: 16
Completed: 16 (100%)
Progress by Difficulty
| Difficulty | Total | Completed | Remaining | Percentage |
|---|---|---|---|---|
| 🟢 Easy | 5 | 5 | 0 | 100% |
| 🟡 Medium | 9 | 9 | 0 | 100% |
| 🔴 Hard | 2 | 2 | 0 | 100% |
Problems
| # | Problem | Pattern | D | Status | Conf |
|---|---|---|---|---|---|
| 55 | Search Insert Position | Binary Search | E | ✅ | HGH |
| 56 | Sqrt(x) | Binary Search | E | ✅ | MED |
| 57 | First Bad Version | Binary Search | E | ✅ | HGH |
| 58 | Valid Perfect Square | Binary Search | E | ✅ | HGH |
| 59 | Binary Search | Binary Search | E | ✅ | HGH |
| 60 | Search in Rotated Sorted Array | Binary Search | M | ✅ | MED |
| 61 | Find First and Last Position of Element in Sorted Array | Binary Search | M | ✅ | HGH |
| 62 | Search a 2D Matrix | Binary Search | M | ✅ | HGH |
| 63 | Find Minimum in Rotated Sorted Array | Binary Search | M | ✅ | LOW |
| 64 | Find Peak Element | Binary Search | M | ✅ | LOW |
| 65 | Koko Eating Bananas | Binary Search | M | ✅ | MED |
| 66 | Time Based Key-Value Store | Binary Search | M | ✅ | MED |
| 67 | Capacity To Ship Packages Within D Days | Binary Search | M | ✅ | HGH |
| 68 | Minimum Number of Days to Make m Bouquets | Binary Search | M | ✅ | HGH |
| 69 | Median of Two Sorted Arrays | Binary Search | H | ✅ | LOW |
| 70 | Split Array Largest Sum | Binary Search | H | ✅ | HGH |
Last Updated: 2026-02-13 19:40:00
Auto-generated from CSV by update_progress.py