mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-16 22:03:52 +00:00
update cc problem paths
This commit is contained in:
parent
7d711afd68
commit
ecf63dcff3
4 changed files with 30 additions and 9 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue