mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +00:00
06 Sep
parent
b8b5f56547
commit
22338112e7
10
Home.md
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.`**
|
||||
|
|
Loading…
Reference in New Issue
Block a user