Python/Python.wiki/Home.md

7 lines
404 B
Markdown
Raw Normal View History

2024-01-02 03:40:11 +00:00
## Python Algorithms
- All the algorithms are implemented in **Python** for **education purpose** only.<br>
- These are just for **demonstration** purpose.<br>
- There are many implementations of different algorithms in the Python standard library that are much better for performance reasons.<br>
<a href="https://github.com/TheAlgorithms/Python/blob/master/DIRECTORY.md"><b>List of Algorithms</b></a>