Commit Graph

26 Commits (92196071915def07edd61b21f613a9c1e0a16565)

Author SHA1 Message Date
Christian Clauss c21a573a7a
chore: Migrate JavaScript to new directory structure (#211)
* chore: Migrate JavaScript to new directory structure

* chore: Migrate JavaScript to new directory structure

* Fix typo discovered by codespell
2021-04-16 08:30:30 -04:00
Christian Clauss efc9eb7e94
chore: migrate Python to new directory structure (#207)
* chore: Migrate Python to new directory structure

* git add algorithms/Python/README.md

* Cleanup URLs

* Update README.md
2021-04-15 15:29:20 -04:00
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
Hazel Mahajan 6cd32d216b
Create-sqrt-monotonic-binary-search.cpp (#114)
* Create sqrt_monotonic_binary_search.cpp

* Rename sqrt_monotonic_binary_search.cpp to sqrt-monotonic-binary-search.cpp

* update string index readme

add sqrt-monotonic-binary-search.cpp under c-or-cpp

Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2021-04-02 14:05:47 -04:00
Arsenic 1860e5b25c
update searching index readme
add interpolation search under c-or-cpp
2021-04-02 14:04:31 +05:30
Tanishq Verma 2535572a87 Adding interpolation search algo 2021-04-01 14:08:51 +05:30
Atin Bainada e375a9f8b0
Added Linear, Binary Search in Go (#94)
* Create linear-search.go

* Create binary-search.go

* Update README.md
2021-03-03 14:54:01 -04:00
Ming Tsai 9416ad95f6 docs: delete dummy new line 2021-02-09 09:31:11 -04:00
Akash Negi 56d220bcc5
ADD - binary-search-recursive (#46)
* ADD - binary-search-recursive

This file contains recursive version of the Binary Search .

* Updated README.md
2021-01-29 10:55:22 -04:00
Akash Negi 1724bf6b03
Added binary-search.js (#43)
* Add - binary-search-iterative

* Deleted binary-search-iterative.js

* Updated binary-search.js
2021-01-29 10:53:33 -04:00
Satyam Singh 6c8e1697ea
add binary search in js (#31) 2021-01-27 10:09:36 -04:00
Anupam Baranwal 1ff7ff348c
Add jump search py (#29)
* Create jump-search.py

Added python implement jump search algorithm

* Update README.md

Updated README.md

* Updated jump-search.py

Added a check for sorted list in jump-search.
2021-01-26 08:03:56 -04:00
Amisha Mohapatra ec35fca77d
Add jump search java program (#24)
* Add binary search javascript program

* Add jump-search-java program

* Delete stdout.txt
2021-01-22 07:50:07 -09:00
Amisha Mohapatra e24348f6e5
Delete stdout.txt 2021-01-22 00:11:55 -05:00
Amisha Mohapatra 116b2ee1bd
Delete stderr.txt 2021-01-22 00:11:34 -05:00
Amisha-Mohapatra 00b7f5bd32 Add binary-search java program 2021-01-22 01:59:42 -05:00
Amisha-Mohapatra 574c4b32a3 Add binary-search java program 2021-01-22 01:45:29 -05:00
Paulson J Paul 6070c8efd7
Merge branch 'main' into main 2021-01-21 18:21:17 +05:30
Paulson J Paul 4cde61bc7f Add JavaScript Linear Search to README 2021-01-21 13:33:53 +05:30
Paulson J Paul 3518ad4bb1 Add Linear Search JavaScript Version 2021-01-21 13:30:22 +05:30
sal81 5a25bd3466 Add java code for linear search 2021-01-21 05:17:01 +05:30
Ming 179d380a0e docs: add relative path on index 2021-01-18 16:39:14 -04:00
satcasm 2963b9f5f8 added jump search in c++ 2021-01-15 18:45:38 +05:30
Ankur f37c079f08 Put initial index in index readme.md 2021-01-14 12:38:38 +05:30
Ankur 976e35b920 Add README.md for index 2021-01-14 12:19:47 +05:30
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