37ef611136
updating DIRECTORY.md
2021-05-21 04:56:53 +00:00
80ed495a59
Merge pull request #600 from raklaptudirm/master
...
Added `sqrt()` function. Changes Approved by @marsonya
2021-05-21 10:26:33 +05:30
55ea4efc1d
Added to directory
2021-05-20 15:30:53 +01:00
9268922980
Added shuf
2021-05-20 15:28:25 +01:00
054622c999
style(SquareRoot.js): Fixed style
2021-05-13 13:18:51 +05:30
2c1052da8b
feat(SquareRoot.js): Added TypeError
2021-05-13 13:07:15 +05:30
a22c0486e7
style(Maths/SquareRoot.js): Fixed tabs according to standard
2021-05-13 12:46:01 +05:30
380cf312fa
Bump hosted-git-info from 2.8.8 to 2.8.9
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 22:38:37 +00:00
311c86a1cf
Updated the problem10 solution
2021-05-08 10:37:35 +05:30
2356a2cdcc
Bump lodash from 4.17.20 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 03:33:59 +00:00
712d428ae0
updating DIRECTORY.md
2021-05-07 03:31:59 +00:00
7d0bb406d9
Merge pull request #601 from thivagar-manickam/master
...
Added test script for CreatePermutations and file name change
2021-05-07 09:01:43 +05:30
1ce4168664
Project euler problem 10 solution and test script
2021-05-06 21:28:40 +05:30
9f24341b5b
Added test script for CreatePermutations and file name change
2021-05-06 21:08:47 +05:30
32b77affd3
Create SquareRoot.js
2021-05-06 10:46:27 +05:30
3e5489d8ef
Merge pull request #596 from raklaptudirm/master
...
Update PrimeCheck.js
2021-05-06 10:12:03 +05:30
4d1c6ea551
fixed the merge implementation in MergeSort
2021-05-05 12:24:42 +03:00
cf5ff92ef9
Add tests for Maths/IsDivisible
2021-05-05 14:23:50 +09:00
469a0e06c8
Improve input validation of isDivisible
...
- Use Number.isFinite() for validation
- Throw an error instead of returning a string
- Instead of returning a string, return false when divisor === 0 since no numbers are in fact divisible by 0.
2021-05-05 14:22:10 +09:00
5a0db06e8c
Fix case of file name of isDivisible
2021-05-05 14:21:20 +09:00
52cb6a8093
Added 2 division check
2021-05-05 09:32:58 +05:30
a001e69a91
Update PrimeCheck.js
2021-05-05 09:29:48 +05:30
1f232065d4
updating DIRECTORY.md
2021-04-29 13:27:32 +00:00
625296b5bc
Add Vector2 ( #593 )
...
* add Vector2.js
* Rename Data-Structures/Vector2.js to Data-Structures/Vectors/Vector2.js
2021-04-30 01:27:11 +12:00
9e384f705c
updating DIRECTORY.md
2021-04-16 01:07:26 +00:00
04b86390d7
Merge pull request #585 from algobytewise/add-RGB-HSV-conversion
...
Add RGB-HSV conversion
2021-04-15 22:07:12 -03:00
6206984659
updating DIRECTORY.md
2021-04-16 01:07:04 +00:00
a1c4e34a3d
Merge pull request #584 from algobytewise/add-koch-snowflake
...
Add Koch snowflake
2021-04-15 22:06:47 -03:00
9c01e92cef
updating DIRECTORY.md
2021-04-16 01:06:24 +00:00
7b1784763e
Merge pull request #575 from algobytewise/Add-algorithm-Euler-method
...
Add algorithm Euler method
2021-04-15 22:06:09 -03:00
e7ab091487
updating DIRECTORY.md
2021-04-16 01:05:34 +00:00
0473c4ea02
Merge pull request #580 from algobytewise/add-mandelbrot
...
Add algorithm for the Mandelbrot set
2021-04-15 22:05:14 -03:00
84a4f6bd7a
Update nodejs.yml
2021-04-14 23:02:49 +02:00
e22405f23b
Update nodejs.yml
2021-04-14 22:59:04 +02:00
7e0169b260
Cleanup Node.js CI
2021-04-14 22:55:49 +02:00
57ba1f1ee4
eslint-disable-line no-unused-vars
2021-04-12 16:27:35 +05:30
ecf4ad9eb5
update RgbHsvConversion.js
2021-04-12 16:20:43 +05:30
21c1dda447
update RgbHsvConversion.js
2021-04-12 16:16:15 +05:30
b85ac9ae00
add RgbHsvConversion.js
2021-04-12 16:11:12 +05:30
ec807b1337
Update README.md
2021-04-03 20:15:02 +05:30
1156520d95
updating DIRECTORY.md
2021-04-03 14:30:10 +00:00
d43de686c5
Add FindSecondLargestSort ( #523 )
...
* Add FindSecondLargestSort
* Add FindSecondLargestSort
* Add FindSecondLargestSort
* Add FindSecondLargestSort
* Add FindSecondLargestSort
* Add FindSecondLargestSort
* Update and rename FindSecondLargestSort.js to FindSecondLargestElement.js
* Update FindSecondLargestElement.js
* Update FindSecondLargestElement.js
Co-authored-by: MacBookPro <macbookpro@MacBookPros-MBP.attlocal.net>
Co-authored-by: vinayak <itssvinayak@gmail.com>
2021-04-03 19:59:58 +05:30
b7ef904b5e
Update package.json ( #577 )
...
* Update package.json
* Update README.md
* Update README.md
2021-04-03 13:49:54 +05:30
3b229782c0
Bump y18n from 4.0.0 to 4.0.1 ( #583 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-03 13:48:49 +05:30
1dee811133
add KochSnowflake.js
2021-04-01 22:22:42 +05:30
68f044054e
Add Mandelbrot
2021-03-20 17:31:45 +05:30
769ef0e891
Adjusted looping to include the endpoint
2021-03-08 20:56:20 +05:30
fb9ad3bb19
updating DIRECTORY.md
2021-03-06 06:47:58 +00:00
9fddc0b31c
Merge pull request #570 from algobytewise/ConwaysGameOfLife
...
Added Conways game of life
2021-03-06 12:17:42 +05:30
dace7bf652
changed step size in example for better precision
2021-03-05 21:14:35 +05:30