From 22338112e72a507095808a8706474c48691188f1 Mon Sep 17 00:00:00 2001 From: Harshil Date: Tue, 6 Sep 2016 18:28:28 +0530 Subject: [PATCH] 06 Sep --- Home.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 9f1b054..288bf3e 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,9 @@ -Welcome to the Python wiki! +## Python Algorithms +- All the algorithms are implemented in **Python** for **education purpose** only.
+- These are just for **demonstration** purpose.
+- There are many implementations of different algorithms in the Python standard library that are much better for performance reasons.
+ +#### [Sorting Algorithms](https://github.com/TheAlgorithms/Python/wiki/Sorting-Algorithms) +- [Bubble sort](https://github.com/TheAlgorithms/Python/wiki/Sorting-Algorithms#bubble-sort) +
+**`Please contribute.`**