885 Commits

Author SHA1 Message Date
21b003ec70 updating DIRECTORY.md 2021-02-13 16:52:44 +00:00
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
8ccc816dcb updating DIRECTORY.md 2021-02-13 16:28:32 +00:00
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
610064d2bd updating DIRECTORY.md 2021-02-13 16:15:17 +00:00
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
dcfe539d89 updating DIRECTORY.md 2021-02-13 16:10:28 +00:00
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
29e1074af9 Merge pull request #565 from IlyaIskra/patch-1
Correct algorithm definition  | ArmstrongNumber
2021-02-09 21:58:56 +05:30
eaed625121 Merge pull request #560 from raklaptudirm/master
Algorithm to print a month's calendar.
2021-02-07 08:47:49 +05:30
f7819edae0 chore: split conditionals
Split block of conditionals in separate lines to improve readability
2021-02-07 08:44:05 +05:30
e3768702f5 Merge pull request #566 from EliteDaMyth/patch-1
Fix grammar.
2021-02-06 20:37:20 +05:30
0b66f6732f Removed unnecessary else 2021-02-06 16:17:14 +05:30
fdda80fc6b Fix grammar. 2021-02-05 17:59:38 +05:30
6a35362160 Correct algorithm definition | ArmstrongNumber 2021-02-05 10:33:12 +03:00
ce7e7e2954 updating DIRECTORY.md 2021-02-05 04:11:43 +00:00
28da5fce32 Merge pull request #440 from LordKa0S/convert-any
Added implementation for arbitrary base conversion
2021-02-05 09:41:26 +05:30
9804e3d833 updating DIRECTORY.md 2021-02-03 17:43:56 +00:00
3bc5798c4d Merge pull request #561 from rodigu/breadth-first-search
Added density calculation
2021-02-03 23:13:34 +05:30
493aab4309 Removed anonymous function 2021-02-02 16:54:14 -03:00
c10cb8c839 Standard fixes | Flash Sort 2021-02-01 21:02:15 +05:30
32cc94ee18 Changed implementation presentation | Flash Sort 2021-02-01 21:01:00 +05:30
72e173c2d4 Improved main description comment | Flash Sort 2021-02-01 20:59:59 +05:30
9decf7bc7f Standard fixes | Cycle Sort 2021-01-25 23:52:47 +05:30
1626a58b35 Improved presentation of Implementation | Cycle Sort 2021-01-25 23:51:55 +05:30
d866534031 Added Wikipedia link | Cycle Sort 2021-01-25 23:51:09 +05:30
9515badb75 Improved main Description comment | Cycle Sort 2021-01-25 23:50:46 +05:30
6c916966d6 Standard formatting fixes | Counting Sort 2021-01-24 23:34:56 +05:30
e0260015cb Improved Implementation presentation | Counting Sort 2021-01-24 23:34:22 +05:30
e6e6648eaf Improved main description comment | Counting Sort 2021-01-24 23:33:15 +05:30
028c16999c Replaced use of var with const | Bogo Sort 2021-01-24 23:31:18 +05:30
b61d6020a1 Replaced use of var with const | Bubble Sort 2021-01-24 23:30:20 +05:30
bf3d37a974 Added animated visual link | Bubble Sort 2021-01-24 23:29:50 +05:30
d6cd367b25 Added density calculation 2021-01-23 15:56:09 -03:00
ddbebe483d Standard Fixes | CombSort 2021-01-23 22:28:41 +05:30
cf0be7e3e4 Improved Implementation Presentation | CombSort 2021-01-23 22:27:19 +05:30
1c497661fd Added Wikipedia link | CombSort 2021-01-23 22:25:43 +05:30
db246025a3 Formatted main Comment | CombSort 2021-01-23 22:25:06 +05:30
8abf0c540f updating DIRECTORY.md 2021-01-23 10:54:46 +00:00
9c3c492513 Filename update to UpperCamelCase 2021-01-23 16:24:30 +05:30
ded2bc2e7c Merge branch 'master' of https://github.com/raklaptudirm/Javascript 2021-01-23 16:20:03 +05:30
a1f69b03b2 Style fix (Standard js) 2021-01-23 16:19:55 +05:30
7c3b0adcca Update GetMonthDays.js 2021-01-23 16:07:09 +05:30
5120fd37c6 updating DIRECTORY.md 2021-01-22 11:41:30 +00:00
0f703a59b1 Added Month calendar finder
Added a dynamic programming algorithm to print out a Month's calendar.
2021-01-22 17:10:37 +05:30
c8ab618d00 Merge pull request #477 from Eji4h/master
Refactor Maths/Factorial for more minimal side effects.
2021-01-22 15:44:51 +05:30
285d2b08da Move the (num > 0) if condition to the end 2021-01-22 12:44:52 +07:00
71192ab109 Merge pull request #532 from Khez/string-validate-email
#142 #461 Adding Doctests to String/ValidateEmail.js
2021-01-22 08:18:29 +05:30