8a667e8b22
Minor changes to README.md ( #599 )
...
- Usually "Sorting Algorithm" is used instead of "Sort Algorithm"
- Sorting algorithms are usually discussed under the field of computing science so there is no need to mention it.
Some descriptions from Wikipedia are difficult for beginners to understand, so revisions are suggested.
2018-11-06 17:09:07 +01:00
3917015545
Improved Markdown in README ( #517 )
...
* Improved markdown in README
Added markdown for all special characters
* Improved Markdown in README
2018-10-31 08:29:32 +01:00
432c62d09e
Improved README and added Exclusive Disjunction Operator ( #516 )
...
Removed the Wikipedia reference links, wrote code for the Exclusive Disjunction Operator and added link for Heap Sort Wikipedia page
2018-10-30 15:45:37 +01:00
fa86d3d954
Add Jump Search image ( #552 )
...
* Add Jump Search image
* Update README.md
2018-10-29 18:23:24 +01:00
cf31efb53f
Update README.md ( #553 )
2018-10-29 18:12:00 +01:00
471b3110d6
Update README.md ( #512 )
...
removed merge beacons ;)
2018-10-24 20:18:50 +02:00
04abc2841c
Update README.md
2018-10-20 15:29:21 +05:30
b7ffcec7cd
Merge branch 'clean-up' of git://github.com/RobbyB97/Python into RobbyB97-clean-up
2018-10-19 15:33:31 +02:00
af12df9fe8
Update image url ( #484 )
2018-10-19 13:22:11 +02:00
fc45a6cf54
Updated README.md to include Heap Sort
...
Updated README.md to include description of Heap Sort
2018-10-16 09:29:17 +05:30
dc4ae7d754
Added Descriptions for:
...
* ROT13
* RSA
* XOR
* Interpolation search
* Jump search
* QuickSelect Search
* Tabu Search
in README.md
2018-10-12 18:09:37 -07:00
3fef88a28f
Update README.md
2018-10-12 12:13:38 +05:30
0f3ab05999
Use sup tag for power in README.md instead of ^
2018-10-11 15:01:13 +05:30
5db4e540a7
update images of Bucket Sort
2018-10-04 01:02:30 -04:00
ea170ac0da
Added Topological Sort description
2018-10-04 00:48:58 -04:00
8a8baf76d1
Added Radix Sort description
2018-10-04 00:43:27 -04:00
313d5b695b
Added Cocktail shaker Sort description
2018-10-04 00:38:38 -04:00
bce30b8179
Added Bucket Sort description
2018-10-04 00:34:44 -04:00
ff38b4a227
Minor edit
...
The image of Complexity Graphs was not visible due to a missing exclamation mark in the beginning. So, Just add it with this little commit!
2018-10-02 11:06:02 +02:00
ca99871b29
Update README.md
2018-10-02 12:25:16 +05:30
3dab8e03a4
Just emboldened text and standardized some formatting throughout the file.
...
modified: README.md
modified: README.md
modified: README.md
2018-09-29 22:21:41 -04:00
ce3e6787f4
merge sort average&worst case scenarios changed
2018-09-13 13:17:36 +02:00
e6773616a6
fixed spelling error
2018-03-14 21:25:03 -07:00
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
d7fccf5069
Updated README.md
...
Added Vigenere Cipher description
2017-10-15 00:44:53 +08:00
eb8375d138
Commented travis tag
...
Commented travis tag untill we find suitable travis.yml
2017-10-14 09:54:52 +05:30
89d48b50b5
Merge pull request #100 from Anshuman-Verma/md-fix
...
Corrected Markdown
2017-08-14 00:42:19 +05:30
cc6814bd1c
Correct markdown (ShellSort)
2017-08-10 22:20:28 +08:00
5e3f111c83
Corrected Markdown
2017-08-08 13:58:09 +05:30
ea36ef407b
Revert "Update Normal Distribution QuickSort Readme"
2017-02-04 18:15:41 +05:30
a484b47cdf
Update README.md
2017-02-04 15:06:49 +05:30
96f5a2cf57
Update README.md
2016-12-22 08:56:50 +05:30
71fabeaea3
Update README.md
2016-12-13 16:24:41 +05:30
2b34ad58fc
Update README.md
...
- Add Binary Search description
- Change formatting to be consistent
2016-08-19 19:58:00 +05:30
8a4b33534e
Added Shell sort to readme
2016-08-15 23:18:42 -04:00
95ff389773
Added Linear Search Readme
2016-08-15 13:39:01 +05:30
398a6e2e11
Update README.md
2016-08-14 01:00:20 +05:30
ddec3085ae
Update README.md
2016-08-14 00:51:17 +05:30
1963a59622
Update README.md
...
Add description for Selection Sort
2016-08-13 20:01:22 +05:30
525b945446
Update README.md
2016-08-02 21:08:33 +05:30
231ab6216b
Travis integration (Add .travis.yml)
2016-08-01 16:19:40 +05:00
f9af3e8197
Typos in README.md
2016-07-29 16:04:14 -04:00
578845a6b5
Improved MergeSort.py
...
* Added Python3 support
2016-07-29 15:50:07 -04:00
37ddd2c8d0
Changed QuickSort.py
...
Converted all indentations to spaces (different files had spaces or tabs)
2016-07-29 15:32:18 -04:00
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
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
2636f3c62f
Initial commit
2016-07-16 15:14:01 +05:30