06 Sep

Harshil 2016-09-06 18:28:28 +05:30
parent b8b5f56547
commit 22338112e7

10
Home.md

@ -1 +1,9 @@
Welcome to the Python wiki!
## 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>
#### [Sorting Algorithms](https://github.com/TheAlgorithms/Python/wiki/Sorting-Algorithms)
- [Bubble sort](https://github.com/TheAlgorithms/Python/wiki/Sorting-Algorithms#bubble-sort)
<br>
**`Please contribute.`**