|
0f703a59b1
|
Added Month calendar finder
Added a dynamic programming algorithm to print out a Month's calendar.
|
2021-01-22 17:10:37 +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 |
|
|
e0d2e5ad6a
|
Updated Syntax
|
2021-01-21 10:27:57 +05:30 |
|
|
96ec303875
|
Updated if condition for Leap year detection
|
2021-01-21 10:22:15 +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 |
|
|
2ebe65baff
|
Add Pow.js (#498)
* Add pow.js
* Add tests for Pow.js
|
2020-12-20 19:08:37 +05:30 |
|
|
bb1a5fb720
|
updating DIRECTORY.md
|
2020-12-19 16:32:30 +00:00 |
|
|
339e2102f9
|
Merge pull request #547 from criskolonas/master
Added pigeonhole sorting
|
2020-12-19 22:02:13 +05:30 |
|
|
91397ed2e8
|
updating DIRECTORY.md
|
2020-12-19 16:13:40 +00:00 |
|
|
c31ad953f2
|
Merge pull request #550 from sandyboypraper/master
Added EulersTotientFunction function to the Maths Folder
|
2020-12-19 21:43:18 +05:30 |
|
|
f004692a6a
|
Merge pull request #546 from marsonya/doctest-contribution-guidelines
Doctest contribution Guidelines added to Contributing.md
|
2020-12-18 18:16:11 +05:30 |
|
|
1abd3aad5f
|
Merge pull request #545 from marsonya/doctests/cocktail-shaker-sort
Improved CocktailShakerSort and added Doctests
|
2020-12-18 13:49:21 +05:30 |
|
|
c931b4675f
|
some changes in coding style to make it standerize
|
2020-12-14 12:38:08 +05:30 |
|