Commit Graph

14 Commits (e4f814b23d5ef75cc4a44cb247c59b150968cd0b)

Author SHA1 Message Date
Arsenic f515542235
Typo fix patch (#154)
* Update README.md

fix typo 
./README.md:14: seperated ==> separated

* Update string-tokeniser.cpp

fix typo 
./strings/c-or-cpp/string-tokeniser.cpp:27: delimeter ==> delimiter

* Update palindrome.js

fix typo 
./strings/js/palindrome.js:4: alpha-numeric ==> alphanumeric

* Update quick-sort.java

fix typo
./sorting/java/quick-sort.java:2: choosen ==> chosen

* Update counting-sort.java

fix typo 
./sorting/java/counting-sort.java:4: algortithm ==> algorithm

* Update merge-sort.java

fix typo 
./sorting/java/merge-sort.java:12: Funtion ==> Function

* Update bubble-sort.cpp

fix typo 
./sorting/c-or-cpp/bubble-sort.cpp:21: swaping ==> swapping

* Update and rename Insert_and_delete_beginning.c to Insert-and-delete-beginning.c

fix typo 
./linked-lists/c-or-cpp/Insert_and_delete_beginning.c:18: Intialize ==> Initialize
and rename the file according to contribution guidlines

* Update Insert-and-delete-beginning.c

fix typo 
./linked-lists/c-or-cpp/Insert_and_delete_beginning.c:37: beggining ==> beginning

* Update bellman-ford.cpp

fix typo 
./graphs/c-or-cpp/bellman-ford.cpp:80: weigth ==> weight

* Update README.md

fix typo 
./stacks/README.md:5: Paranthesis ==> Parenthesis

* Rename balanced-paranthesis.cpp to balanced-parenthesis.cpp

fix typo in name of the file

* Update linear-search.cpp

fix typos 
./searching/c-or-cpp/linear-search.cpp:22: inputed ==> inputted
./searching/c-or-cpp/linear-search.cpp:24: inputed ==> inputted
2021-04-10 05:10:32 -04:00
truonggiangtran 327a2ad594
Add 3way quick sort for c++ (#85)
* Add 3way quick sort for c++

* Include description for 3way_quick_sort
2021-03-03 14:55:27 -04:00
Satyam Singh 6526860e53
added comp sort in cpp (#66)
* add binary search in js

* added merge sort in c

* added quick sort in cpp

* modified quick sort

* added heap sort

* updated readme.md

* added counting sort

* added bucket sort

* added shell sort

* added comb sort
2021-02-09 09:27:24 -04:00
Tawfik Yasser cc5da8777a
Add Radix Sort (#58)
* Add radix-sort algorithm

* Update README.md

* Update radix-sort.cpp

Update code to accept all test cases

* Update radix-sort.cpp

fixing function name

Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2021-02-07 13:43:09 -04:00
Satyam Singh 6be1c352b2
added shell sort (#61)
* add binary search in js

* added merge sort in c

* added quick sort in cpp

* modified quick sort

* added heap sort

* updated readme.md

* added counting sort

* added bucket sort

* added shell sort
2021-02-06 20:29:55 -04:00
Satyam Singh bdfa4e1576
added bucket & counting sort in cpp (#57)
* add binary search in js

* added merge sort in c

* added quick sort in cpp

* modified quick sort

* added heap sort

* updated readme.md

* added counting sort

* added bucket sort
2021-02-03 11:05:35 -04:00
Satyam Singh 1e5db415bf
Added counting sort in cpp (#56)
* add binary search in js

* added merge sort in c

* added quick sort in cpp

* modified quick sort

* added heap sort

* updated readme.md

* added counting sort
2021-02-02 11:59:48 -04:00
Satyam Singh 2de8ac9ea3
added heap sort in cpp (#54)
* add binary search in js

* added merge sort in c

* added quick sort in cpp

* modified quick sort

* added heap sort

* updated readme.md
2021-01-31 14:03:49 -04:00
Satyam Singh f84976ab83
added quick sort (#48)
* add binary search in js

* added merge sort in c

* added quick sort in cpp

* modified quick sort
2021-01-31 08:50:51 -04:00
Satyam Singh cedb8bf65b
added merge sort in c (#39)
* add binary search in js

* added merge sort in c
2021-01-28 12:15:34 -04:00
Roshan Kumar 7d5892b5a0 Added selection sorting algorithm 2021-01-17 16:17:57 +05:30
Ming Tsai a02c39079e chore: rename the folder with the name 2021-01-15 07:39:13 -04:00
Ming Tsai cfff220d90 chore: rename the folder for temp 2021-01-15 07:38:21 -04:00
Ankur 37afdd60fd restructure the repo
- format discussed in issue #3
- rename files and folders to lower case
2021-01-14 12:15:56 +05:30