730 Commits

Author SHA1 Message Date
9515badb75 Improved main Description comment | Cycle Sort 2021-01-25 23:50:46 +05:30
6c916966d6 Standard formatting fixes | Counting Sort 2021-01-24 23:34:56 +05:30
e0260015cb Improved Implementation presentation | Counting Sort 2021-01-24 23:34:22 +05:30
e6e6648eaf Improved main description comment | Counting Sort 2021-01-24 23:33:15 +05:30
028c16999c Replaced use of var with const | Bogo Sort 2021-01-24 23:31:18 +05:30
b61d6020a1 Replaced use of var with const | Bubble Sort 2021-01-24 23:30:20 +05:30
bf3d37a974 Added animated visual link | Bubble Sort 2021-01-24 23:29:50 +05:30
ddbebe483d Standard Fixes | CombSort 2021-01-23 22:28:41 +05:30
cf0be7e3e4 Improved Implementation Presentation | CombSort 2021-01-23 22:27:19 +05:30
1c497661fd Added Wikipedia link | CombSort 2021-01-23 22:25:43 +05:30
db246025a3 Formatted main Comment | CombSort 2021-01-23 22:25:06 +05:30
c8ab618d00 Merge pull request #477 from Eji4h/master
Refactor Maths/Factorial for more minimal side effects.
2021-01-22 15:44:51 +05:30
285d2b08da Move the (num > 0) if condition to the end 2021-01-22 12:44:52 +07:00
71192ab109 Merge pull request #532 from Khez/string-validate-email
#142 #461 Adding Doctests to String/ValidateEmail.js
2021-01-22 08:18:29 +05:30
d8395e7c9f Merge pull request #533 from Khez/string-reverse-words
#142 #461 Adding Doctests to String/ReverseWords.js
2021-01-20 20:41:24 +05:30
9386c29fdf Merge pull request #534 from Khez/string-reverse-string
#142 #461 Adding Doctests to String/ReverseString.js
2021-01-20 20:40:49 +05:30
1b7a15d644 updating DIRECTORY.md 2021-01-19 03:12:57 +00:00
3475a68d71 Merge pull request #555 from rodigu/breadth-first-search
Node Neighbors
2021-01-19 08:42:39 +05:30
3a1d21a987 Corrected let to const 2021-01-18 20:56:58 -03:00
686ba7e8f9 Added suggestions and updated for loop 2021-01-18 20:54:44 -03:00
1d72cbb273 Update Graphs/NodeNeighbors.js
Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>
2021-01-17 01:11:13 -03:00
11f03646ac updating DIRECTORY.md 2021-01-17 04:09:05 +00:00
4df41124f8 Merge pull request #536 from Lakhan-Nad/AVLTree
AVL Tree Added in JS Fixes:#535
2021-01-17 09:38:48 +05:30
f647ca52da Merge pull request #556 from jbsmith731/jbsmith731-patch-1
Update ClimbingStairs.js
2021-01-11 17:44:27 +05:30
fda1aa472a Update ClimbingStairs.js 2021-01-10 22:34:35 -06:00
7b15f66a86 Added JS standard 2021-01-06 17:37:19 -03:00
5946f987a9 Added wikipedia link 2021-01-06 17:13:52 -03:00
80fc69ef41 Added Node Neighbors 2021-01-06 17:10:09 -03:00
fbd42f7b84 updating DIRECTORY.md 2021-01-06 17:42:41 +00:00
3ef27f81de Merge pull request #542 from achudinovskyh/Add-Quickselect
Added QuickSelect  Algorithm
2021-01-06 23:12:19 +05:30
b2b447abaf Merge pull request #552 from TheAlgorithms/dependabot/npm_and_yarn/node-notifier-8.0.1
Bump node-notifier from 8.0.0 to 8.0.1
2021-01-04 20:57:37 +05:30
36d6345402 Merge pull request #553 from marsonya/revisit-bead-sort
Improved Bead Sort representation
2020-12-30 11:20:24 +05:30
2acff23fdd improved comments and algo description 2020-12-30 11:01:24 +05:30
a3e6c4c69e formatted implementation 2020-12-25 23:57:21 +05:30
c67a570c45 improved doctests presentation 2020-12-22 23:58:40 +05:30
11d96435ca Bump node-notifier from 8.0.0 to 8.0.1
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-22 06:50:52 +00:00
7986468294 updating DIRECTORY.md 2020-12-22 06:39:13 +00:00
2ad17b3efa Merge pull request #495 from Waddah-JD/project-Euler-problem-020-solution
Project Euler problem 020 solution
2020-12-22 12:08:54 +05:30
1bc6066c84 updating DIRECTORY.md 2020-12-22 05:43:22 +00:00
901432ef49 Merge pull request #512 from JakeGerber/master
Added decimalIsolate function.
2020-12-22 11:13:05 +05:30
ef78fce1e2 Update decimalIsolate.js
The previous code was not efficient enough to give the accurate output.
2020-12-22 11:08:56 +05:30
efc427e67a updating DIRECTORY.md 2020-12-21 07:10:50 +00:00
c0ff99336c Merge pull request #537 from rahul1995/kmp-matcher
Add KMP pattern searching algorithm (Fixes #518)
2020-12-21 12:40:31 +05:30
80c2dc85d7 Merge pull request #551 from DhruvGheewala/master
Update MinimumCostPath.js
2020-12-21 10:51:01 +05:30
499c96c9d8 Create .gitpod.yml 2020-12-20 23:20:29 +05:30
5c17cdb55c Update pull_request_template.md 2020-12-20 23:06:30 +05:30
a146640591 added gitpod 2020-12-20 22:40:11 +05:30
8b1e32eb77 Add extra testcases for Fibonacci and improve code (#544)
* Add extra testcases for Fibonacci and improve code
* Fix typos in Fibonacci.js
2020-12-20 22:24:02 +05:30
902b1dfe35 Update MinimumCostPath.js 2020-12-20 20:08:30 +05:30
8dd159f37b updating DIRECTORY.md 2020-12-20 13:38:56 +00:00