Changed BubbleSort.py and InsertionSort.py to allow x number of inputs. Also worked on LinearSearch.py

This commit is contained in:
Tony Sappe
2016-07-29 15:14:30 -04:00
parent 549915acd4
commit b7eae6b0e3
4 changed files with 44 additions and 37 deletions

View File

@@ -2,6 +2,7 @@
### **All Algorithms implemented in Python!**
These are for demonstration purposes only. There are many implementations of sorts in the Python standard library that are much better for performance reasons.
## Sorting