786 Commits

Author SHA1 Message Date
19295099d0 Merge pull request #505 from theepag/WhileLoopFactorial
Added while loop factorial
2020-10-31 12:47:56 +05:30
4e680d7087 Update WhileLoopFactorial.js 2020-10-31 12:34:54 +05:30
9c9640c1c3 Added Softmax to Maths folder (#516) 2020-10-31 12:20:29 +05:30
e62844f7d2 Update Queue.js 2020-10-31 12:03:11 +05:30
291f7b1a23 Apply JS standard rules on KMPPatternSearching.js 2020-10-30 23:04:21 +05:30
2c5aaa3690 Add KMP string searching algorithm 2020-10-30 23:01:06 +05:30
c117885246 AVL Tree Added in JS Fixes:#535 2020-10-30 22:52:16 +05:30
6bc638b34e StandardJS Checks require space after function name 2020-10-30 18:28:29 +02:00
84e4c9906b #142 #461 Adding Doctests to String/ReverseString.js 2020-10-30 18:24:34 +02:00
50091d299f #142 #461 Adding Doctests to String/ReverseWords.js 2020-10-30 18:17:57 +02:00
09d38fe959 #142 #461 Adding Doctests to String/ValidateEmail.js 2020-10-30 18:11:51 +02:00
feaca3b27a Make Fibonacci.js file comply with standard JS rules 2020-10-30 16:08:16 +05:30
78a05970e2 Add O(log n) algorithm using matrix exponentiation to find n-th fibonacci 2020-10-30 16:02:15 +05:30
2190b92e1b updating DIRECTORY.md 2020-10-30 03:38:44 +00:00
5e3e5a7849 Merge pull request #501 from baciucristian/email-validation
Modify ValidateEmail.js to accept all suffixes not just '.com'
2020-10-30 09:08:28 +05:30
879b8ad048 updating DIRECTORY.md 2020-10-30 03:25:24 +00:00
410ecd2be1 Merge pull request #530 from rahul1995/binary-expo
Add Iterative Binary Exponentiation
2020-10-30 08:55:04 +05:30
5e6d813b6f Update Binary Exponentiation algorithm file to comply with Javascript standard rules 2020-10-29 21:54:07 +05:30
c7fe697ca4 Add explanation for the Binary Exponentiation 2020-10-29 21:42:10 +05:30
ae3bd72ca8 Add Iterative Binary Exponentiation 2020-10-29 21:36:31 +05:30
351c093696 updating DIRECTORY.md 2020-10-29 08:51:44 +00:00
42014e8735 Merge pull request #529 from suhailmalik07/master
Added Longest Valid Parentheses Algorithm
2020-10-29 14:21:22 +05:30
adf4b14df4 Added Longest Valid Parentheses Algorithm 2020-10-29 13:39:28 +05:30
368ddb859e updating DIRECTORY.md 2020-10-28 03:03:43 +00:00
3b0be0a4d1 Merge pull request #527 from kgolder92/add-trapping-water
complete trapping rain water
2020-10-28 08:33:21 +05:30
d70595e236 Merge branch 'master' into add-trapping-water 2020-10-27 13:07:25 -04:00
826d75b61b complete trapping rain water 2020-10-27 12:59:11 -04:00
34a8b7065a change from ES5 to ES6 2020-10-27 02:59:07 +06:00
d272b1ee7a updating DIRECTORY.md 2020-10-25 17:48:39 +00:00
60a997230d Merge pull request #430 from josecarlosweb/feat/Haversine_Distance
Added the Haversine distance algoritm
2020-10-25 14:48:13 -03:00
fe9dffccbf updating DIRECTORY.md 2020-10-25 11:47:44 +00:00
365c847b14 Merge pull request #514 from Abhi13027/master
feat: Added Solution to Euler Problem 4
2020-10-25 17:17:21 +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
1db7aa7694 Merge pull request #1 from TheAlgorithms/master
Updating the Forked Repository
2020-10-25 14:49:40 +05:30
6c2f83b752 Add doctest for QuickSort and MergeSort (#502)
* Add doctest for QuickSort

* Add doctest for MergeSort

Co-authored-by: Sukhpreet Sekhon <ssekhon@atb.com>
2020-10-24 21:03:55 +05:30
da28942bd6 updating DIRECTORY.md 2020-10-24 15:31:37 +00:00
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
ac4bd9f552 Update decimalIsolate.js 2020-10-24 01:45:59 -07:00
5f526eaef5 Update decimalIsolate.js 2020-10-24 01:39:52 -07:00
b8b98a5972 Added decimalIsolate file. 2020-10-24 01:37:27 -07:00
b400290186 Added while loop factorial 2020-10-20 23:07:14 +05:30
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