python-algorithms
Algorithms implemented in Python
File Explorer
Download Latest Version (.zip)- BUILD
- test_a_star_path_finding.py
- test_binary_tree.py
- test_generators.py
- test_list.py
- test_permutations.py
- test_string.py
- __init__.py
- a_star_path_finding.py
- binary_tree.py
- BUILD
- generators.py
- list.py
- permutations.py
- string.py
- .flake8
- .gitignore
- BUILD
- constraints.txt
- MANIFEST
- pants
- pants.toml
- pep8.sh
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/laurentluce/python-algorithms
Downloads the entire project code from GitHub to your computer.
cd python-algorithms
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
