1409 Commits

Author SHA1 Message Date
d38ebe5199 chore: Merge pull request #768 from lvlte/issues/720
Changes for consolidation
2021-10-21 19:32:55 +05:30
8fa82441bd Auto-update DIRECTORY.md 2021-10-21 13:54:49 +00:00
8381e5e5b3 chore: Merge pull request #799 from VinWare/master
Extended Eucliedian Algorithm added to Maths folder
2021-10-21 19:24:27 +05:30
7148b38730 chore: update dependencies
`standard.js` update
2021-10-21 19:20:00 +05:30
d40cf3f474 Auto-update DIRECTORY.md 2021-10-21 13:42:48 +00:00
167d7bafc8 chore: delete temporary file 2021-10-21 19:12:21 +05:30
5a7b749ecf Auto-update DIRECTORY.md 2021-10-21 13:40:10 +00:00
c212bf142c chore: update standard 2021-10-21 19:08:18 +05:30
99616ea825 Auto-update DIRECTORY.md 2021-10-21 13:16:02 +00:00
7bae42da29 chore: Merge pull request #800 from arthurvergacas/pancake-sort
Add Pancake Sort to the sorting algorithms
2021-10-21 18:45:26 +05:30
e92e2e3926 Added a short explanation of the Ext Euc Algo 2021-10-21 18:31:39 +05:30
9ed5d8cde6 Add Pancake Sort to the sorting algorithms 2021-10-21 09:48:53 -03:00
79c7ce45c8 Fixed != to !== and ran npm run style 2021-10-21 15:57:20 +05:30
56b29cab25 Merge branch 'TheAlgorithms:master' into master 2021-10-21 15:09:26 +05:30
5ccfafecbb npm run style result 2021-10-21 15:06:33 +05:30
fe56f54f82 Added Extended Euclidean Algorithm (ExtendedEuclideanGCD.js) to Maths folder, along with relevant test 2021-10-21 14:58:12 +05:30
8b27316b09 Auto-update DIRECTORY.md 2021-10-21 09:13:05 +00:00
92d6ed6e7d chore: Merge pull request #798 from Japoncio3k/master
Create DistanceConversion.js
2021-10-21 14:42:30 +05:30
a2c18d79f9 Auto-update DIRECTORY.md 2021-10-21 09:09:09 +00:00
8352d260b8 chore: Merge pull request #794 from Badhusha-Akhthaar/master
Added new Mathematical algorithm :  Figurate Numbers
2021-10-21 14:38:25 +05:30
43585378d8 Fixed as per standard.js 2021-10-21 10:01:21 +05:30
67ac0c3dd3 Added jest test and renamed file 2021-10-20 14:33:59 -03:00
f2573ca0d4 Auto-update DIRECTORY.md 2021-10-20 13:33:55 +00:00
f4590b7d2e Merge pull request #769 from SyedFasiuddin/master
Adding an algorithm AlphaNumericPalindrome from freecodecamp
2021-10-20 15:33:27 +02:00
db5b4af730 formatting with standardjs 2021-10-20 18:43:26 +05:30
a99ba4f3e9 chore: Merge pull request #790 from arthurvergacas/Fermat-Primality-Test
Add Fermat Primality Test
2021-10-20 15:33:00 +05:30
0705fa540a Auto-update DIRECTORY.md 2021-10-20 10:02:03 +00:00
6379d1b102 chore: Merge pull request #777 from indremak/add-next-power-of-two-algorithm
Add next power of two algorithm
2021-10-20 15:31:36 +05:30
4a0658866d Auto-update DIRECTORY.md 2021-10-20 09:59:37 +00:00
db0a8c2111 chore: Merge pull request #788 from ddhira123/master
Added BinaryToHex Conversion
2021-10-20 15:29:02 +05:30
91d97010f8 Auto-update DIRECTORY.md 2021-10-20 09:46:34 +00:00
e4d69f8d9c chore: Merge pull request #776 from raghhavtaneja/raghhavtaneja-patch-1
Create RodCutting.js
2021-10-20 15:16:04 +05:30
3cac210757 feat: Merge pull request #782 from oscard0m/add-cache-to-node-workflows
ci(workflow): add cache to workflows using actions/setup-node
2021-10-20 15:04:52 +05:30
dc1951fc58 Auto-update DIRECTORY.md 2021-10-20 09:16:22 +00:00
358b1992a5 chore: Merge pull request #789 from devcer/master
Added Maximum product of 3 numbers in an array
2021-10-20 14:45:44 +05:30
5570dc46b4 Create DistanceConversion.js 2021-10-19 15:04:17 -03:00
915ca4c7ef Added new Mathematical algorithm , Figurate Numbers
Algorithm for checking whether input number does belong to any type of figurate numbers
2021-10-17 14:12:32 +05:30
fa1abf4e1c Minor fixes
- Add some explanation and links about Carmichael Numbers
- Remove explanation about in-built function Math.random()
2021-10-16 11:37:15 -03:00
81f5f403fa removed test case comments 2021-10-16 15:55:18 +05:30
3131b9a989 fixed the code style error 2021-10-16 15:53:24 +05:30
04fbf92480 fixed the miss spelled the file name 2021-10-16 15:45:12 +05:30
a9d20515bf chore: Merge pull request #783 from lvlte/ProjectEuler/018
Project Euler - Problem 18
2021-10-16 15:15:24 +05:30
67ec915d97 added throwing an error when array with <3 items is passed 2021-10-15 21:49:29 +05:30
ffb138adb1 Minor fixes
- Add default number of iterations
- Correct "corner cases" to "edge cases"
- Make clear which bounds are inclusive and which are exclusive
2021-10-15 12:21:48 -03:00
09ac20dec2 Auto-update DIRECTORY.md 2021-10-14 20:34:05 +00:00
c5e44d498a A few suggestions / modifications / fixes
It seems you've accidentally swapped the implementation and the test file :)

The overall comment describing the algorithm (VERY nice doc, by the way) is not "proper" JSdoc => only one leading asterisk. It's generally considered good style to start a comment block (both JSdoc and regular comments) with a single, short sentence.

Further down, there were some git hiccups, most likely caused by merge conflicts?
2021-10-14 22:32:56 +02:00
3c2fdf7582 Add Fermat Primality Test 2021-10-14 15:15:49 -03:00
b3377bb79c added a link to explanation 2021-10-14 21:14:48 +05:30
41ddee7074 Added Maximum product of 3 numbers in an array 2021-10-14 21:10:34 +05:30
0f39167538 Added BinaryToHex Conversion 2021-10-14 19:34:10 +07:00