92 Commits

Author SHA1 Message Date
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
Kim
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
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
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
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
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
d90e6d2e2d code for problem 7 works 2020-10-15 03:45:14 -07:00
9e6fe4bdaf Fixed Indendation Issues 2020-10-10 18:18:25 +05:30
10f664d63f ESLINT fixes 2020-10-10 18:14:29 +05:30
6df59cde45 Added O(1) Sum of Even Terms of Fibonacci Series 2020-10-10 18:06:37 +05:30
6b191ebc5b renaming files (#401)
* improve file names

* improve file names
2020-10-04 19:30:56 +05:30