All scripts and packages are under src/
directory. You can run the example scripts, i.e., python src/quickselect.py
.
python
(>3.10)cmake
The codes are developed using the latest version of python.
The setup does not require using pyenv
. You can setup or use any of compatible python3 versions.
python3 -m venv env
# or below if system python is shimmed by pyenv
python -m venv env
Command-Shift-p
to select interpreter:./env/bin/python
- Add
"python.terminal.activateEnvironment": true
to.vscode/settings.json
make deps
make fmt
make doc