7 Commits

Author SHA1 Message Date
856dc2f63c npx standard --fix 2020-05-03 09:05:12 +02:00
f37cac8508 Fixed Whitespace, Operators, and Quotes to Comply with JSLint
I modified the whitespace in the files and changed single quotes to double quotes.

I also changed some `==` and `!=` operators to `===` and `!==` to comply with JSLint.
2019-06-27 10:41:44 -04:00
695ac54df2 Update jumpSearch.js 2019-05-11 10:13:32 +08:00
e92c4ae40a Added JumpSearch algorithm 2019-05-10 17:43:44 +09:00
9bccfacb0d Added Implementation of Binary Search 2017-08-17 16:02:59 +05:30
adbd6d7ca9 Update linearSearch.js 2017-08-17 11:10:10 +05:30
d88c04f5ee Added Implementation of Linear Search 2017-08-17 11:08:36 +05:30