Mo7art
b651e544f0
add generateUUID.js
2020-10-18 01:15:07 +02:00
github-actions
6c47ed9c79
updating DIRECTORY.md
2020-10-16 10:38:22 +00:00
Victoria
b3159b9c2e
add Euler problem 6 ( #470 )
2020-10-16 16:08:04 +05:30
Victoria
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
Victoria
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
github-actions
cedab196e7
updating DIRECTORY.md
2020-10-15 13:32:52 +00:00
Tapajyoti Bose
7b2c305931
Merge pull request #403 from rubiin/master
...
Added createPermutation function
2020-10-15 19:02:31 +05:30
Rubin Bhandari
90c4900cca
Update createPurmutations.js
2020-10-15 16:39:00 +05:45
Rubin Bhandari
a0750f37b3
Update and rename CreatePurmutations.js to createPurmutations.js
2020-10-15 16:38:32 +05:45
github-actions
afb56cf293
updating DIRECTORY.md
2020-10-14 02:02:41 +00:00
Croustys
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
github-actions
63e6e06664
updating DIRECTORY.md
2020-10-13 20:19:18 +00:00
Omkarnath Parida
da8ccbcf63
Merge pull request #347 from kgolder92/number-of-islands
...
Number of islands
2020-10-14 01:26:56 +05:30
github-actions
68d821f9eb
updating DIRECTORY.md
2020-10-13 09:33:19 +00:00
Tapajyoti Bose
0bfd1c258c
Merge pull request #466 from plooney81/master
...
Added MatrixMultiplication Algorithm
2020-10-13 15:02:57 +05:30
Pete Looney
45b35f4a18
fixed trailing whitespace
2020-10-12 17:23:23 -05:00
Pete Looney
36cdfed2d8
added more comments
2020-10-12 17:17:58 -05:00
Pete Looney
9301b11059
added Wikipedia URL
2020-10-12 17:06:56 -05:00
Pete Looney
865549cd49
added MatrixMultiplication.js
2020-10-12 17:01:31 -05:00
Pete Looney
cc1f50ae7e
Changed to UpperCamelCase
2020-10-12 16:59:00 -05:00
Pete Looney
b4e3f2e6d6
finishing touches on matrixMult.js
2020-10-12 16:54:50 -05:00
Pete Looney
faafa34b5c
added matrixMult.js
2020-10-12 16:36:25 -05:00
Pete Looney
3d5927acbf
added matrixMult.js
2020-10-12 16:35:28 -05:00
github-actions
89df465273
updating DIRECTORY.md
2020-10-12 16:05:15 +00:00
Mahfoudh Arous
86f3f5680f
Add Get Numbers of Days of a Month ( #464 )
2020-10-12 21:34:55 +05:30
github-actions
50aeb7eb68
updating DIRECTORY.md
2020-10-12 08:04:57 +00:00
Shadab Ali
bb891df640
Added: Sodoko Solver In DP ( #420 )
...
* Added: Sodoko Solver In DP
* added: space remove
* Chnage code accoding to npm standards.
* Change
* Update: All Issue Fix
* Update SudokuSolver.js
Co-authored-by: vinayak <itssvinayak@gmail.com >
2020-10-12 13:34:41 +05:30
github-actions
55760a8c4b
updating DIRECTORY.md
2020-10-12 07:56:20 +00:00
Gerardo A. Abantao Jr
9eac58e6cb
Implement BreadthFirstTreeTraversal in JavaScript ( #435 )
...
* Implement BreadthFirstTreeTraversal in JavaScript
* Implement BreadthFirstTreeTraversal in JavaScript
* Implement BreadthFirstTreeTraversal in JavaScript
* Implement BreadthFirstTreeTraversal in JavaScript
2020-10-12 13:26:01 +05:30
github-actions
4e543eb92c
updating DIRECTORY.md
2020-10-12 07:47:22 +00:00
Jake Gerber
c3da503a96
Added isOdd function. ( #454 )
...
* Added isOdd function.
Co-authored-by: vinayak <itssvinayak@gmail.com >
2020-10-12 13:17:08 +05:30
github-actions
8af29b9edd
updating DIRECTORY.md
2020-10-12 07:35:26 +00:00
Sutthinart Khunvadhana
0ca9c89727
Add ROT13 cipher ( #463 )
...
* Add ROT13 cipher
* Update ROT13.js
Co-authored-by: Sutthinart Khunvadhana <sutthinart.khunvadhana@refinitiv.com >
Co-authored-by: vinayak <itssvinayak@gmail.com >
2020-10-12 13:05:09 +05:30
github-actions
d44c1439d6
updating DIRECTORY.md
2020-10-12 07:30:00 +00:00
Mahfoudh Arous
9b63efcce7
Add Email Validation Function ( #462 )
...
* Add Email Validation Function
* fix standard styling issues
2020-10-12 12:59:37 +05:30
github-actions
135d9d1c74
updating DIRECTORY.md
2020-10-11 19:48:05 +00:00
Ephraim Atta-Duncan
e112434dee
Add tests to Math ( #423 )
...
* Add prettier config
* test: add test to check for absolute function
* chore: es5 to es6
* test: add test to check mean function
* test: add test for sum of digit
* test: add test for factorial
* test: add test for fibonnaci
* test: add test for find HCF
* test: add test for lcm
* test: add gridget test
* test: add test for mean square error
* test: add test for modular binary exponentiation
* test: add tests for palindrome
* test: add test for pascals triangle
* test: add tests for polynomial
* test: add tests for prime check
* test: add tests for reverse polish notation
* test: add tests for sieve of eratosthenes
* test: add tests for pi estimation monte carlo method
* chore: move tests to test folder
* chore: fix standardjs errors
2020-10-12 01:17:49 +05:30
Evgenia Polozova
554abf7126
Add Bead Sort (aka Gravity Sort) Algorithm ( #388 )
...
* add BeadSort.js
* add BeadSort to directory
* run npx standard & fix linter issues
* add bead sort implementation w/ console.log()
2020-10-12 01:11:45 +05:30
github-actions
a67a2cb63e
updating DIRECTORY.md
2020-10-11 19:39:40 +00:00
Ephraim Atta-Duncan
cd6ec65e54
Add Algorithms to Math with tests ( #429 )
...
* chore: add area and area test
* chore: add armstrong number
* chore: add factors
* chore: add perfect cube
* chore: add perfect square
* chore: add perfect number
* chore: add number of digits
* chore: fix according to standardjs
* chore: remove conflicting files
2020-10-12 01:09:20 +05:30
github-actions
fc0901282b
updating DIRECTORY.md
2020-10-11 19:24:43 +00:00
Omkarnath Parida
29d21300cc
Merge pull request #453 from malihassan20/binary-search-recursive-algorithm
...
binary search recursive algorithm added
2020-10-12 00:54:25 +05:30
github-actions
b00b535a88
updating DIRECTORY.md
2020-10-11 19:12:27 +00:00
Omkarnath Parida
8cb5644d1e
Merge pull request #458 from piemme/adding-string-permutation-algorithm
...
Add Algorithm String Permutation
2020-10-12 00:42:04 +05:30
github-actions
651f7497fa
updating DIRECTORY.md
2020-10-11 18:54:25 +00:00
Omkarnath Parida
7ee564b5a2
Merge pull request #432 from josecarlosweb/feat/Add_MaxCharacter_algoritm
...
Added max character algorithm
2020-10-12 00:24:09 +05:30
github-actions
3bb96cc1f2
updating DIRECTORY.md
2020-10-11 18:43:24 +00:00
Omkarnath Parida
d429f7ce60
Merge pull request #436 from aladin002dz/AddPhoneNumberFormatting
...
Add Phone Number Formatting Function
2020-10-12 00:13:08 +05:30
piemme
7aa9410c7a
Add Algorithm String Permutation
2020-10-11 19:00:38 +02:00
Ali Hassan
19612236ab
binary search recursive algorithm added
2020-10-10 23:24:29 +05:00