Update note generation script to auto-detect exercises and improve title formatting

This commit is contained in:
Carlos
2025-07-11 12:17:10 -04:00
parent 56953591a4
commit 2cabda5348
2 changed files with 107 additions and 88 deletions

View File

@@ -0,0 +1,22 @@
# two sum ii input array is sorted
**Problem Number:** 167
**Difficulty:** Medium
**Category:**
## Problem Description
## My Approach
## Solution
## Time & Space Complexity
## Key Insights
## Mistakes Made
## Related Problems
---
*Note: This is a work in progress. I'll add more details as I reflect on this problem.*