update cc problem paths

This commit is contained in:
Harivansh Rathi 2025-12-14 16:34:50 -05:00
parent 7d711afd68
commit ecf63dcff3
4 changed files with 30 additions and 9 deletions

View file

@ -10,9 +10,15 @@ After the user has solved a problem (or given up), explain the optimal solution
## Problem
Problem name: $ARGUMENTS (if empty, ask which problem)
## Find the problem
First, find the veetcode problems directory:
```bash
VEET_DIR=$(veet problems-dir 2>/dev/null || echo "$HOME/.veetcode/problems")
```
## Process
1. Read their solution.py to see their implementation
1. Read their solution.py from $VEET_DIR/*/{problem-name}/ to see their implementation
2. Provide explanation covering:
### For a CORRECT solution: