|
072523d594
|
merge: Fix spellings (#821)
* chore: remove codespell from ci
* feat: add codespell workflow
* fix: codespell workflow
* fix: ignore spellings in directory
* chore: fix spellings
./Dynamic-Programming/KadaneAlgo.js:2: contiguos ==> contiguous
./Dynamic-Programming/KadaneAlgo.js:14: posible ==> possible
* chore: fix spelling
./Dynamic-Programming/SieveOfEratosthenes.js:4: upto ==> up to
* chore: fix spellings
./Dynamic-Programming/MaxNonAdjacentSum.js:22: Exmaple ==> Example
* chore: fix spelling
./Project-Euler/test/Problem010.test.js:4: upto ==> up to
./Project-Euler/test/Problem010.test.js:8: upto ==> up to
./Project-Euler/test/Problem010.test.js:12: upto ==> up to
* chore: fix spelling
./String/AlphaNumericPalindrome.js:10: recieves ==> receives
./String/AlphaNumericPalindrome.js:10: sting ==> string
./String/AlphaNumericPalindrome.js:46: varaible ==> variable
* chore: fix spelling
./String/DiceCoefficient.js:3: stings ==> strings
* chore: fix spelling
./String/test/DiceCoefficient.test.js:9: atleast ==> at least
* chore: fix spelling
./String/test/MaxWord.test.js:8: ba ==> be
* chore: ignore `PermutateString.test.js`
* chore: fix spelling
./String/test/CheckVowels.test.js:62: occurances ==> occurrences
* chore: ignore `SubsequenceRecursive.js`
* chore: fix spelling
./Conversions/TemperatureConversion.js:2: arguement ==> argument
* chore: fix spelling
./Conversions/RailwayTimeConversion.js:7: Formate ==> Format
./Conversions/RailwayTimeConversion.js:8: Formate ==> Format
* chore: remove Linear Algebra
The deleted directory hosted a package which are not accepted by this repository.
* Auto-update DIRECTORY.md
* chore: fix spelling
* chore: fix spellings
* merge: Created composite Simpson's integration method. Tests included. (#819)
* Created composite Simpson's integration method.Tests included
* Minor corrections
* Auto-update DIRECTORY.md
* Styled with standard.js
* chore: remove blank line
* chore: remove blank line
Co-authored-by: ggkogkou <ggkogkou@ggkogkou.gr>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Rak Laptudirm <raklaptudirm@gmail.com>
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: remove codespell from ci
* feat: add codespell workflow
* fix: codespell workflow
* fix: ignore spellings in directory
* chore: fix spellings
./Dynamic-Programming/KadaneAlgo.js:2: contiguos ==> contiguous
./Dynamic-Programming/KadaneAlgo.js:14: posible ==> possible
* chore: fix spelling
./Dynamic-Programming/SieveOfEratosthenes.js:4: upto ==> up to
* chore: fix spellings
./Dynamic-Programming/MaxNonAdjacentSum.js:22: Exmaple ==> Example
* chore: fix spelling
./Project-Euler/test/Problem010.test.js:4: upto ==> up to
./Project-Euler/test/Problem010.test.js:8: upto ==> up to
./Project-Euler/test/Problem010.test.js:12: upto ==> up to
* chore: fix spelling
./String/AlphaNumericPalindrome.js:10: recieves ==> receives
./String/AlphaNumericPalindrome.js:10: sting ==> string
./String/AlphaNumericPalindrome.js:46: varaible ==> variable
* chore: fix spelling
./String/DiceCoefficient.js:3: stings ==> strings
* chore: fix spelling
./String/test/DiceCoefficient.test.js:9: atleast ==> at least
* chore: fix spelling
./String/test/MaxWord.test.js:8: ba ==> be
* chore: ignore `PermutateString.test.js`
* chore: fix spelling
./String/test/CheckVowels.test.js:62: occurances ==> occurrences
* chore: ignore `SubsequenceRecursive.js`
* chore: fix spelling
./Conversions/TemperatureConversion.js:2: arguement ==> argument
* chore: fix spelling
./Conversions/RailwayTimeConversion.js:7: Formate ==> Format
./Conversions/RailwayTimeConversion.js:8: Formate ==> Format
* chore: remove Linear Algebra
The deleted directory hosted a package which are not accepted by this repository.
* Auto-update DIRECTORY.md
* chore: fix spelling
* chore: fix spellings
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: no need to check filenames
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: ggkogkou <76820848+ggkogkou@users.noreply.github.com>
Co-authored-by: ggkogkou <ggkogkou@ggkogkou.gr>
|
2021-10-28 15:37:43 +05:30 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
22ce7603e4
|
fix: standard style issues
|
2021-10-21 22:59:56 +05:30 |
|
|
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 |
|
|
177f843195
|
Fix renamed variable after testing !
|
2021-10-13 11:49:10 +02:00 |
|
|
98ee73447e
|
Project Euler : add solution for problem 18 (Max Path Sum I) + test.
|
2021-10-13 11:36:22 +02:00 |
|
|
cb6201f03f
|
Project Euler problems (numbering) : follow naming convention.
|
2021-10-11 16:17:25 +02:00 |
|
|
df4a783b06
|
Complying with JavaScript Standard Style (npx standard --fix).
|
2021-10-11 15:49:24 +02:00 |
|
|
87a3da7e37
|
Remove console.log
|
2021-10-11 15:11:52 +02:00 |
|
|
8a7be96c9d
|
Fix non-standard syntax
|
2021-10-10 19:11:57 +02:00 |
|
|
5f45b540b9
|
Remove live code & console.log, leave examples as comments (ProjectEuler, Recursive).
|
2021-10-10 18:18:25 +02:00 |
|
|
cbe7e0c89f
|
Comply with ESM syntax.
|
2021-10-09 13:18:40 +02:00 |
|
|
46d6855771
|
chore: Merge pull request #745 from lvlte/ProjectEuler/016
Project Euler - Problem 16
|
2021-10-08 17:38:55 +05:30 |
|
|
2c273ba662
|
Use ESM syntax and remove console.log()
|
2021-10-08 13:26:10 +02:00 |
|
|
52de039184
|
Use ESM syntax and remove console.log()
|
2021-10-08 13:21:01 +02:00 |
|
|
697c840cfa
|
Fix syntax (using JavaScript Standard Style)
|
2021-10-05 19:50:30 +02:00 |
|
|
7027515475
|
Add tests for ProjectEuler problem 20 (Jest).
|
2021-10-05 19:29:07 +02:00 |
|
|
7121a6d96e
|
Project Euler : fix solution for problem 20 (Factorial digit sum).
|
2021-10-05 19:28:17 +02:00 |
|
|
22e194ed39
|
Add tests for ProjectEuler problem 16 (Jest).
|
2021-10-05 18:11:21 +02:00 |
|
|
a9e2661dcd
|
Project Euler : add solution for problem 16 (Power digit sum).
|
2021-10-05 18:06:50 +02:00 |
|
|
1589263947
|
fixed some spellings
|
2021-10-05 12:49:23 +05:30 |
|
|
b38a94dda5
|
Removed mistakenly added semicolon
|
2021-10-02 23:55:41 +05:30 |
|
|
8b1d10df78
|
Added ProjectEuler problem 8 with passed test cases
|
2021-10-02 23:45:28 +05:30 |
|
|
b35104aaa3
|
chore: Fix code formatting
|
2021-07-07 23:01:34 +05:30 |
|
|
22fcd2d5ee
|
code formatted using standard.js
|
2021-07-07 19:34:04 +03:00 |
|
|
b941672b46
|
update problem15
|
2021-07-07 11:33:53 +00:00 |
|
|
db3831401f
|
Add solution for Project-Euler Problem15
|
2021-07-04 13:53:20 +00:00 |
|
|
311c86a1cf
|
Updated the problem10 solution
|
2021-05-08 10:37:35 +05:30 |
|
|
1ce4168664
|
Project euler problem 10 solution and test script
|
2021-05-06 21:28:40 +05:30 |
|
|
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 |
|
|
de4504f71d
|
Rename Problem005.js to Problem5.js
|
2021-02-13 22:17:14 +05:30 |
|
|
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 |
|
|
115ca0f1c2
|
Rename Problem009.js to Problem9.js
|
2021-02-13 21:52:01 +05:30 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
c49ca84fcb
|
updated the code as per standardjs
|
2020-10-25 15:21:56 +05:30 |
|
|
5f1390fe55
|
Fixed Indendation Issues
|
2020-10-25 15:20:08 +05:30 |
|
|
76751cfa4c
|
feat: Added Solution to Euler Problem 4
|
2020-10-25 15:09:06 +05:30 |
|
|
754487f1e1
|
Fix Euler Problem 3 (#506)
* Fix Euler Problem 3
* Fix indentation
Co-authored-by: Sutthinart Khunvadhana <sutthinart.khunvadhana@refinitiv.com>
|
2020-10-24 21:01:13 +05:30 |
|
|
41fc82c39b
|
Merge pull request #472 from victorialo/eulerProblem7
Euler Problem 7
|
2020-10-18 21:26:02 +05:30 |
|
|
40419bd21d
|
fix failing build by appying 'standard' on file
|
2020-10-17 23:38:44 +03:00 |
|
|
1538f4188e
|
add solution for Project Euler 020
|
2020-10-17 23:36:20 +03:00 |
|
|
bfcf986c60
|
add solution for Project Euler 014
|
2020-10-17 23:33:32 +03:00 |
|
|
5e5543f996
|
add solution for Project Euler 013
|
2020-10-17 23:31:39 +03:00 |
|
|
c0cd0439cd
|
add solution for Project Euler 009
|
2020-10-17 23:29:46 +03:00 |
|