Commit Graph

795 Commits

Author SHA1 Message Date
Christian Clauss
e22405f23b Update nodejs.yml 2021-04-14 22:59:04 +02:00
Christian Clauss
7e0169b260 Cleanup Node.js CI 2021-04-14 22:55:49 +02:00
vinayak
ec807b1337 Update README.md 2021-04-03 20:15:02 +05:30
github-actions
1156520d95 updating DIRECTORY.md 2021-04-03 14:30:10 +00:00
Matthew Palmer
d43de686c5 Add FindSecondLargestSort (#523)
* Add FindSecondLargestSort

* Add FindSecondLargestSort

* Add FindSecondLargestSort

* Add FindSecondLargestSort

* Add FindSecondLargestSort

* Add FindSecondLargestSort

* Update and rename FindSecondLargestSort.js to FindSecondLargestElement.js

* Update FindSecondLargestElement.js

* Update FindSecondLargestElement.js

Co-authored-by: MacBookPro <macbookpro@MacBookPros-MBP.attlocal.net>
Co-authored-by: vinayak <itssvinayak@gmail.com>
2021-04-03 19:59:58 +05:30
rlfagan
b7ef904b5e Update package.json (#577)
* Update package.json

* Update README.md

* Update README.md
2021-04-03 13:49:54 +05:30
dependabot[bot]
3b229782c0 Bump y18n from 4.0.0 to 4.0.1 (#583)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-03 13:48:49 +05:30
github-actions
fb9ad3bb19 updating DIRECTORY.md 2021-03-06 06:47:58 +00:00
Tapajyoti Bose
9fddc0b31c Merge pull request #570 from algobytewise/ConwaysGameOfLife
Added Conways game of life
2021-03-06 12:17:42 +05:30
github-actions
33549a345c updating DIRECTORY.md 2021-02-28 03:18:51 +00:00
Tapajyoti Bose
3c3cae6e8a Merge pull request #572 from algobytewise/add-BreadthFirstShortestPath
Add algorithm Breadth-first shortest path
2021-02-28 08:48:34 +05:30
Tapajyoti Bose
c1e0dcb036 fix: updated description comment 2021-02-28 08:44:38 +05:30
github-actions
6735029d8a updating DIRECTORY.md 2021-02-28 03:11:43 +00:00
Tapajyoti Bose
c57d1be3e6 Merge pull request #571 from algobytewise/add-BreadthFirstSearch
add algorithm Breadth-first search
2021-02-28 08:41:26 +05:30
algobytewise
60dd4069e8 use set to keep track of visited nodes, updated description 2021-02-27 09:51:51 +05:30
algobytewise
853386fa97 use set to keep track of visited nodes, corresponding adjustments to doctest 2021-02-27 09:44:33 +05:30
algobytewise
d11df93cd0 Add algorithm Breadth-first shortest path 2021-02-25 15:28:52 +05:30
algobytewise
692c0dc91b add algorithm Breadth-first search 2021-02-25 15:22:35 +05:30
algobytewise
a9e12e3b98 moved glider to the bottom 2021-02-18 18:46:42 +05:30
algobytewise
98112c6178 Added Conway's Game of Life
example adapted from https://github.com/TheAlgorithms/Python/blob/master/cellular_automata/conways_game_of_life.py
2021-02-18 18:43:00 +05:30
Lokesh Patil
4bc2b28b7e #559 Improve Palindrome check
* #559

* #559

* #559

* #559

Co-authored-by: LOkesh <lpatil@rewardhealth.com>
2021-02-17 01:48:00 +05:30
github-actions
21b003ec70 updating DIRECTORY.md 2021-02-13 16:52:44 +00:00
Omkarnath Parida
eb0005fae8 Merge pull request #488 from Waddah-JD/project-euler-problem-005
Project Euler problem 005 solution
2021-02-13 22:22:28 +05:30
Omkarnath Parida
de4504f71d Rename Problem005.js to Problem5.js 2021-02-13 22:17:14 +05:30
github-actions
8ccc816dcb updating DIRECTORY.md 2021-02-13 16:28:32 +00:00
Omkarnath Parida
8a1e74f9c3 Merge pull request #491 from Waddah-JD/project-Euler-problem-009-solution
Project Euler problem 009 solution
2021-02-13 21:58:16 +05:30
Omkarnath Parida
115ca0f1c2 Rename Problem009.js to Problem9.js 2021-02-13 21:52:01 +05:30
github-actions
610064d2bd updating DIRECTORY.md 2021-02-13 16:15:17 +00:00
Omkarnath Parida
86ffe5a7c4 Merge pull request #492 from Waddah-JD/project-Euler-problem-013-solution
Project Euler problem 013 solution
2021-02-13 21:45:03 +05:30
github-actions
dcfe539d89 updating DIRECTORY.md 2021-02-13 16:10:28 +00:00
Omkarnath Parida
86c1a8a81b Merge pull request #493 from Waddah-JD/project-Euler-problem-014-solution
Project Euler problem 014 solution
2021-02-13 21:39:08 +05:30
akhil marsonya
29e1074af9 Merge pull request #565 from IlyaIskra/patch-1
Correct algorithm definition  | ArmstrongNumber
2021-02-09 21:58:56 +05:30
Tapajyoti Bose
eaed625121 Merge pull request #560 from raklaptudirm/master
Algorithm to print a month's calendar.
2021-02-07 08:47:49 +05:30
Tapajyoti Bose
f7819edae0 chore: split conditionals
Split block of conditionals in separate lines to improve readability
2021-02-07 08:44:05 +05:30
akhil marsonya
e3768702f5 Merge pull request #566 from EliteDaMyth/patch-1
Fix grammar.
2021-02-06 20:37:20 +05:30
Rak Laptudirm
0b66f6732f Removed unnecessary else 2021-02-06 16:17:14 +05:30
EliteDaMyth
fdda80fc6b Fix grammar. 2021-02-05 17:59:38 +05:30
IlyaIskra
6a35362160 Correct algorithm definition | ArmstrongNumber 2021-02-05 10:33:12 +03:00
github-actions
ce7e7e2954 updating DIRECTORY.md 2021-02-05 04:11:43 +00:00
Tapajyoti Bose
28da5fce32 Merge pull request #440 from LordKa0S/convert-any
Added implementation for arbitrary base conversion
2021-02-05 09:41:26 +05:30
github-actions
9804e3d833 updating DIRECTORY.md 2021-02-03 17:43:56 +00:00
akhil marsonya
3bc5798c4d Merge pull request #561 from rodigu/breadth-first-search
Added density calculation
2021-02-03 23:13:34 +05:30
Rodrigo Morais
493aab4309 Removed anonymous function 2021-02-02 16:54:14 -03:00
marsonya
c10cb8c839 Standard fixes | Flash Sort 2021-02-01 21:02:15 +05:30
marsonya
32cc94ee18 Changed implementation presentation | Flash Sort 2021-02-01 21:01:00 +05:30
marsonya
72e173c2d4 Improved main description comment | Flash Sort 2021-02-01 20:59:59 +05:30
marsonya
9decf7bc7f Standard fixes | Cycle Sort 2021-01-25 23:52:47 +05:30
marsonya
1626a58b35 Improved presentation of Implementation | Cycle Sort 2021-01-25 23:51:55 +05:30
marsonya
d866534031 Added Wikipedia link | Cycle Sort 2021-01-25 23:51:09 +05:30
marsonya
9515badb75 Improved main Description comment | Cycle Sort 2021-01-25 23:50:46 +05:30