LeetCode Study Tracker
目錄
LeetCode Study Tracker
# | Title | Difficulty | Category | Solved Date | Notes/Approach | Status | Note Link |
---|---|---|---|---|---|---|---|
55 | Jump Game | Medium | Greedy/DP | 2024-12-30 | Greedy: Track farthest index | ✅ | Link |
Legend:
- #: Question number on LeetCode.
- Title: Name of the problem.
- Difficulty: Easy, Medium, or Hard.
- Category: Relevant data structures/algorithm used.
- Solved Date: The date you solved or studied the question.
- Notes/Approach: Explanation of how you solved it or notes for future reference.
- Status:
- ✅ = Solved
- ❌ = Still working on it