793 Commits

Author SHA1 Message Date
a57323b5d9 Modify ValidateEmail.js to accept all suffixes 2020-10-19 20:16:04 +03:00
be96654b87 updating DIRECTORY.md 2020-10-19 04:16:07 +00:00
26f57adcf7 Merge pull request #496 from Mozartuss/master
Add generateUUID.js
2020-10-19 09:45:49 +05:30
6ef103fb4f updating DIRECTORY.md 2020-10-19 04:05:35 +00:00
64f570421a Merge pull request #497 from fergusmcdonald/master
move math-area tests to test folder
2020-10-19 09:35:17 +05:30
86d5a23674 move math-area tests to test folder 2020-10-18 19:22:19 -07:00
ee011a5cd2 updating DIRECTORY.md 2020-10-18 19:02:36 +00:00
f90c5aa3dc Merge pull request #478 from R-Oscar/master
Add check pangram algorithm
2020-10-19 00:32:20 +05:30
f455cc3b09 Only Node.js version (delete crypto version (Browser)) 2020-10-18 19:37:10 +02:00
62d1e406e6 updating DIRECTORY.md 2020-10-18 15:56:22 +00:00
41fc82c39b Merge pull request #472 from victorialo/eulerProblem7
Euler Problem 7
2020-10-18 21:26:02 +05:30
b651e544f0 add generateUUID.js 2020-10-18 01:15:07 +02:00
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
13da9057d5 add solution for Project Euler 005 2020-10-17 23:15:33 +03:00
b26baef31e remove files to merge from seprate brnches 2020-10-17 23:11:26 +03:00
6c47ed9c79 updating DIRECTORY.md 2020-10-16 10:38:22 +00:00
b3159b9c2e add Euler problem 6 (#470) 2020-10-16 16:08:04 +05:30
be95cc42fb Update Euler Problem 2 to ES6 standards (#468)
* update Problem 2 to ES6 standards Fixes: #{14}

* add link to problem
2020-10-16 16:06:54 +05:30
54198ac314 Added check pangram algorithm 2020-10-16 15:01:39 +05:00
4a26347767 Added check pangram algorithm 2020-10-16 14:50:14 +05:00
57e20c551c Fix Block must not be padded by blank lines. 2020-10-16 16:38:34 +07:00
301a8dd19a Fix Extra semicolon and Block must not be padded by blank lines. 2020-10-16 16:35:42 +07:00
e0883facdb Refactor Maths/Factorial for more minimal side effects. 2020-10-16 16:31:40 +07:00
03d3720c26 add a solution for Project Euler problem #006 2020-10-15 21:33:16 +03:00
90891b5657 Fix Euler Problem 1 (#467)
* refactor code to ES6 styling, fixed incorrect code and broken input in Problem 1

* standard styling

* use standard

* removed changes to Problem 2

* added URL to euler problem
2020-10-15 23:54:46 +05:30
74d5715d00 add a solution for Project Euler problem #005 2020-10-15 20:37:32 +03:00
cedab196e7 updating DIRECTORY.md 2020-10-15 13:32:52 +00:00
7b2c305931 Merge pull request #403 from rubiin/master
Added createPermutation function
2020-10-15 19:02:31 +05:30
1596012d82 added more comments and standardized code 2020-10-15 04:46:54 -07:00
11dcd8d22b minor refactor and comments 2020-10-15 04:33:10 -07:00
90c4900cca Update createPurmutations.js 2020-10-15 16:39:00 +05:45
a0750f37b3 Update and rename CreatePurmutations.js to createPurmutations.js 2020-10-15 16:38:32 +05:45
d90e6d2e2d code for problem 7 works 2020-10-15 03:45:14 -07:00
afb56cf293 updating DIRECTORY.md 2020-10-14 02:02:41 +00:00
cd7111a015 Added tests & normal function convertion (#445)
* added factorial calculator recursively

* added tests and converted to normal function

* Added tests & normal function convertion

* Update factorialCalculator.js

updated code "design" not sure why test fails on such arbitrary things.

* Update and rename factorialCalculator.js to factorial.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-14 07:32:26 +05:30
63e6e06664 updating DIRECTORY.md 2020-10-13 20:19:18 +00:00
da8ccbcf63 Merge pull request #347 from kgolder92/number-of-islands
Number of islands
2020-10-14 01:26:56 +05:30
68d821f9eb updating DIRECTORY.md 2020-10-13 09:33:19 +00:00
0bfd1c258c Merge pull request #466 from plooney81/master
Added MatrixMultiplication Algorithm
2020-10-13 15:02:57 +05:30
45b35f4a18 fixed trailing whitespace 2020-10-12 17:23:23 -05:00
36cdfed2d8 added more comments 2020-10-12 17:17:58 -05:00
9301b11059 added Wikipedia URL 2020-10-12 17:06:56 -05:00
865549cd49 added MatrixMultiplication.js 2020-10-12 17:01:31 -05:00
cc1f50ae7e Changed to UpperCamelCase 2020-10-12 16:59:00 -05:00
b4e3f2e6d6 finishing touches on matrixMult.js 2020-10-12 16:54:50 -05:00
faafa34b5c added matrixMult.js 2020-10-12 16:36:25 -05:00