Commit Graph

65 Commits

Author SHA1 Message Date
John Law
56830255ca
Readability of CONTRIBUTING.md (#1422)
* Readability of guidelines

* Update README.md
2019-10-23 04:07:50 +08:00
Andrii Siriak
dcee2eac68 Update build badge (#1378)
* Update build badge

* Update README.md
2019-10-17 16:02:40 +02:00
Anup Kumar Panwar
b8490ed097 Removed owners from README (#1254) 2019-10-03 15:17:22 +08:00
QuantumNovice
46bcee0978 Add badges to the top of README.md (#1064)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2019-07-24 14:34:22 +02:00
cclauss
b7f13d991c Travis CI: Run black, doctest, flake8, mypy, and pytest (#964)
* Travis CI: Add type checking with mypy

* Create requirements.txt

* script: mypy --ignore-missing-stubs=cv2,numpy .

* Delete requirements.txt

* script: mypy --ignore-missing-imports .

* Run doctests

* Disable doctest -v other/detecting_english_programmatically.py

* Pytest

* No |

* pytest || true

* Run black doctest flake8 mypy pytest

* after_success: Build Directory.md

* Typo in filename: Dictionary.txt --> dictionary.txt'

Discovered via doctest run in #964

* python -m doctest -v

* pip install black flake8 mypy pytest

* pytest --doctest-glob='*.py'

* pytest --doctest-modules

* pytest --doctest-modules ./sorts

* pytest --doctest-modules ./ciphers ./other ./searches ./sorts ./strings || true

* if __name__ == "__main__":

* if __name__ == "__main__":

* if __name__ == '__main__':

* if __name__ == '__main__':

* if __name__ == '__main__':

* Create requirements.txt

* Update requirements.txt

* if __name__ == "__main__":

* Lose the doctests

* if __name__ == '__main__':

* Remove print-a-tuple

* doctest: Added missing spaces

* Update tabu_search.py

* The >>> are not doctests so change to >>)

* Travis CI: Run black, doctest, flake8, mypy, and pytest

* Link to the separate DIRECTORY.md file

* Update README.md
2019-07-08 23:27:51 +08:00
Erfan Alimohammadi
781b7f86e7 Fix readme and duplicate (#967)
* Fix typo

* Add all_permutations algorithm to backtracking directory

* Update backtracking and D&C algorithms in README

Update backtracking and divide_and_conquer algorithms in README

* Remove the duplicated file
2019-07-06 20:02:06 +05:30
Anup Kumar Panwar
f30f8493e6 Updated README 2019-07-06 11:12:26 +05:30
Anup Kumar Panwar
4e413c0183 Updated README 2019-07-06 11:11:20 +05:30
John Law
c2552cdfcd Create CONTRIBUTING.md (#864)
* Create CONTRIBUTING.md

* Create a tailor-made contribution guide

Closes #802

* Update README.md

* Rename License to LICENSE.md
2019-06-02 12:14:18 +08:00
Dave Kerr
4d9a1611bd implementations may be *less* efficient than python standard libs (#854) 2019-05-31 16:03:55 +08:00
Sven Efftinge
aeab9f1068 Added gitpod info (#848) 2019-05-31 16:02:56 +08:00
Anup Kumar Panwar
71be23999c refactor 2019-05-26 21:56:10 +05:30
Anup Kumar Panwar
23938708ac
Update README.md 2019-05-26 17:11:41 +05:30
Anup Kumar Panwar
d8badcc6d5
Update README.md 2019-05-12 09:10:56 +05:30
Anup Kumar Panwar
c5c3a74f8f
Update README.md 2019-05-04 15:43:37 +05:30
jfeng43
a170997eaf Add animation for heap sort 2019-04-19 21:01:06 +05:30
Anand Gaurav
4c14ad9dd6 minor update hacktoberfest (#466) 2019-02-09 09:30:10 +05:30
Robert Bergers
f6d241e52d Clean up (#488)
* Cleaning up the README

Spell-check, citing sources, standardizing the format

* Cited missing source

* cleaning up the readme

* Update README.md

* Update README.md

* standardized spacing

* README is all neat and tidy
2018-12-25 21:50:49 +01:00
yzzhang-cs
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
K Yasaswi Sri Chandra Gandhi
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
K Yasaswi Sri Chandra Gandhi
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
TobiDueces
fa86d3d954 Add Jump Search image (#552)
* Add Jump Search image

* Update README.md
2018-10-29 18:23:24 +01:00
TobiDueces
cf31efb53f Update README.md (#553) 2018-10-29 18:12:00 +01:00
phineas0fog
471b3110d6 Update README.md (#512)
removed merge beacons ;)
2018-10-24 20:18:50 +02:00
Kshitij
04abc2841c
Update README.md 2018-10-20 15:29:21 +05:30
Harshil
b7ffcec7cd Merge branch 'clean-up' of git://github.com/RobbyB97/Python into RobbyB97-clean-up 2018-10-19 15:33:31 +02:00
Phạm Ngọc Quang Nam
af12df9fe8 Update image url (#484) 2018-10-19 13:22:11 +02:00
Aditya Menon
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
Aaron Johnson
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
Vikas Kumar Yadav
3fef88a28f
Update README.md 2018-10-12 12:13:38 +05:30
Shivansh Nalwaya
0f3ab05999 Use sup tag for power in README.md instead of ^ 2018-10-11 15:01:13 +05:30
Volodymyr Klymenko
5db4e540a7
update images of Bucket Sort 2018-10-04 01:02:30 -04:00
Volodymyr
ea170ac0da Added Topological Sort description 2018-10-04 00:48:58 -04:00
Volodymyr
8a8baf76d1 Added Radix Sort description 2018-10-04 00:43:27 -04:00
Volodymyr
313d5b695b Added Cocktail shaker Sort description 2018-10-04 00:38:38 -04:00
Volodymyr
bce30b8179 Added Bucket Sort description 2018-10-04 00:34:44 -04:00
Harshil
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
ayush1208
ca99871b29
Update README.md 2018-10-02 12:25:16 +05:30
Robert Bergers
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
HasanGokdag
ce3e6787f4 merge sort average&worst case scenarios changed 2018-09-13 13:17:36 +02:00
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