15c20968ae
merge: Add test case to jump search Algorithm ( #1041 )
...
* Add test case to jump search Algorithm
* Updated Documentation in README.md
* Remove commented code
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2022-06-10 20:32:47 +05:30
398b6822dc
merge: Add test case to the Exponential Search Algorithm ( #1040 )
...
* Add test case to the Exponential Search Algorithm
* Updated Documentation in README.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2022-06-07 21:13:03 +05:30
298ab3366c
merge: Add proper tests for binary search ( #987 )
...
* feat: added alternative binary search
* fix: exchange "dir" for "high"
* fix : fixing code style
* fix: fixed readability
* fix: fixed code smells
* fix: remove binary search alternative
* feat: added tests of binary search interative and recursive
* fix: fixed wrong identation
* fix: refactoring duplicated code of tests
2022-04-21 11:37:20 +05:30
8a4f117574
merge: add UnionFind.js plus tests ( #814 )
...
* Create UnionFind.js
* Create UnionFindTest.js
* add UnionFind.js plus tests
* implement PR comments
* implement PR comment
* fix codestyle
Co-authored-by: Administrator <pi@pglp.noip.me>
2021-10-26 18:05:22 +05:30
3cae80e456
chore: merge "repulling all together ( #694 )"
...
* Create slidingWindow.js
* Rename slidingWindow.js to SlidingWindow.js
* update the commit
2021-09-22 21:40:45 +05:30
0182e31f74
Added TernarySearch Function
2021-07-24 22:48:18 +08:00