Amir Naghibi
|
e6773616a6
|
fixed spelling error
|
2018-03-14 21:25:03 -07:00 |
|
Ant Fitch
|
a1c146a624
|
Updated average case for Quicksort
A small edit. Average case for quicksort changed from O(n^2) to O(n log n). Sited:
https://en.wikipedia.org/wiki/Quicksort
|
2018-01-31 10:48:48 -08:00 |
|
yeggasd
|
d7fccf5069
|
Updated README.md
Added Vigenere Cipher description
|
2017-10-15 00:44:53 +08:00 |
|
Harshil
|
eb8375d138
|
Commented travis tag
Commented travis tag untill we find suitable travis.yml
|
2017-10-14 09:54:52 +05:30 |
|
Praveen
|
89d48b50b5
|
Merge pull request #100 from Anshuman-Verma/md-fix
Corrected Markdown
|
2017-08-14 00:42:19 +05:30 |
|
Chris Jim
|
cc6814bd1c
|
Correct markdown (ShellSort)
|
2017-08-10 22:20:28 +08:00 |
|
Anshuman
|
5e3f111c83
|
Corrected Markdown
|
2017-08-08 13:58:09 +05:30 |
|
Anup Kumar Panwar
|
ea36ef407b
|
Revert "Update Normal Distribution QuickSort Readme"
|
2017-02-04 18:15:41 +05:30 |
|
Prateek Chanda
|
a484b47cdf
|
Update README.md
|
2017-02-04 15:06:49 +05:30 |
|
Prateek Chanda
|
96f5a2cf57
|
Update README.md
|
2016-12-22 08:56:50 +05:30 |
|
Prateek Chanda
|
71fabeaea3
|
Update README.md
|
2016-12-13 16:24:41 +05:30 |
|
Shashank S
|
2b34ad58fc
|
Update README.md
- Add Binary Search description
- Change formatting to be consistent
|
2016-08-19 19:58:00 +05:30 |
|
Jacob Bonek
|
8a4b33534e
|
Added Shell sort to readme
|
2016-08-15 23:18:42 -04:00 |
|
Chetan Kaushik
|
95ff389773
|
Added Linear Search Readme
|
2016-08-15 13:39:01 +05:30 |
|
Harshil
|
398a6e2e11
|
Update README.md
|
2016-08-14 01:00:20 +05:30 |
|
Harshil
|
ddec3085ae
|
Update README.md
|
2016-08-14 00:51:17 +05:30 |
|
Shashank S
|
1963a59622
|
Update README.md
Add description for Selection Sort
|
2016-08-13 20:01:22 +05:30 |
|
Harshil
|
525b945446
|
Update README.md
|
2016-08-02 21:08:33 +05:30 |
|
Sergey Tsaplin
|
231ab6216b
|
Travis integration (Add .travis.yml)
|
2016-08-01 16:19:40 +05:00 |
|
Tony Sappe
|
f9af3e8197
|
Typos in README.md
|
2016-07-29 16:04:14 -04:00 |
|
Tony Sappe
|
578845a6b5
|
Improved MergeSort.py
* Added Python3 support
|
2016-07-29 15:50:07 -04:00 |
|
Tony Sappe
|
37ddd2c8d0
|
Changed QuickSort.py
Converted all indentations to spaces (different files had spaces or tabs)
|
2016-07-29 15:32:18 -04:00 |
|
Tony Sappe
|
b7eae6b0e3
|
Changed BubbleSort.py and InsertionSort.py to allow x number of inputs. Also worked on LinearSearch.py
|
2016-07-29 15:16:35 -04:00 |
|
Tony Sappe
|
549915acd4
|
Made improvements to Bubble and Insertion algorithms
* Placed the algorithms within their own functions separate from the input and output code
* Updated README
|
2016-07-29 14:49:20 -04:00 |
|
Chetan Kaushik
|
2636f3c62f
|
Initial commit
|
2016-07-16 15:14:01 +05:30 |
|