|
b7f1a72abe
|
merge: added Problem 23 to Project Euler (#803)
* add Problem 23
* add Problem 23 test.js
* Update Problem023.test.js
|
2021-10-22 10:35:46 +05:30 |
|
|
71b48c88b2
|
fix: standard style problems
|
2021-10-22 09:38:10 +05:30 |
|
|
190ebb02fd
|
chore: use standard without fix
|
2021-10-22 09:32:12 +05:30 |
|
|
278dc5c743
|
merge: Add project-euler problem 12 (#767)
* Add project-euler problem 12
* Fix raised alert in problem 12
* Fixed for loop in Problem012
* fix alerts in Problem012
* Update Problem012
|
2021-10-21 23:11:11 +05:30 |
|
|
debc707bd6
|
Auto-update DIRECTORY.md
|
2021-10-21 17:38:56 +00:00 |
|
|
e5677972de
|
merge: added Problem 25 to Euler (#793)
* added Problem 25
* fixed alert
* fixed alert
* rewrote to improve runtime
* Update Problem025.js
* fixed typo
* added test file for Project-Euler/Problem025.js
* Update Project-Euler/test/Problem025.test.js
Co-authored-by: Rak Laptudirm <raklaptudirm@gmail.com>
* Update Problem025.test.js
Co-authored-by: Rak Laptudirm <raklaptudirm@gmail.com>
|
2021-10-21 23:08:30 +05:30 |
|
|
1df1cce9ce
|
Auto-update DIRECTORY.md
|
2021-10-21 17:30:49 +00:00 |
|
|
22ce7603e4
|
fix: standard style issues
|
2021-10-21 22:59:56 +05:30 |
|
|
65916747d8
|
Auto-update DIRECTORY.md
|
2021-10-21 14:12:26 +00:00 |
|
|
cd60ff0283
|
fix: remove broken problem 13
|
2021-10-21 19:42:00 +05:30 |
|
|
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 |
|