c55ca93584
Updated the count sort algorithm with stable implementation. Added ES6 syntactic sugar to the syntax
2021-08-08 16:42:13 +05:30
376f60ddc6
Added the correct and stable version of count sort. Changed function declaration to ES6 style.
2021-08-06 22:54:48 +05:30
05c3c3ad06
updating DIRECTORY.md
2021-07-27 08:19:33 +00:00
3deb28eddc
chore: Merge pull request #647 from Enoch-Moke/patch-4
...
Create Coordinate.test.js
2021-07-27 13:49:18 +05:30
75f184641a
Update Coordinate.test.js
...
Re-upload of code after standard --fix
2021-07-27 16:16:07 +08:00
cba900e628
Create Coordinate.test.js
...
Previous submission for the similar file in pull request #646 was deleted accidentally. This is a reupload with correct coding that passed local test.
2021-07-27 15:53:59 +08:00
029cd15943
updating DIRECTORY.md
2021-07-27 06:02:06 +00:00
c967b4e531
chore: Merge pull request #645 from Enoch-Moke/patch-2
...
Create Coordinate.js
2021-07-27 11:31:46 +05:30
d46e467d0b
Update Coordinate.js
...
Style compliance.
2021-07-27 13:28:57 +08:00
3788dfc0ec
Create Coordinate.js
...
This is a new file that should serve as a future collection of algorithms involving solutions for coordinates. The first algorithm is a function to calculate the distance between 2 coordinates on a 2D plane.
2021-07-27 03:56:55 +08:00
ff1d20990e
updating DIRECTORY.md
2021-07-25 08:20:42 +00:00
efe913cf2a
chore: Merge pull request #644 from josuke00/master
...
Added TernarySearch Function
2021-07-25 13:50:24 +05:30
0182e31f74
Added TernarySearch Function
2021-07-24 22:48:18 +08:00
38c5cca036
updating DIRECTORY.md
2021-07-20 08:17:44 +00:00
0c502fb4c4
chore: Merge pull request #641 from leeyan44/leeyan44-patch-1
...
Added Volume.test.js file
2021-07-20 13:47:17 +05:30
23714cb154
Update Volume.test.js
2021-07-20 15:08:31 +08:00
5d62b4aa1b
Update Volume.test.js
2021-07-20 15:03:22 +08:00
fe5e939bb9
Update Volume.test.js
2021-07-20 14:52:19 +08:00
48fec3d571
Update Volume.test.js
2021-07-20 14:41:25 +08:00
c871e1b36f
Merge pull request #2 from leeyan44/leeyan44-patch-3
...
Update Volume.test.js
2021-07-20 14:26:06 +08:00
45cde7a4aa
Update Volume.test.js
2021-07-20 14:25:24 +08:00
ab761ec892
Added Volume.test.js file
...
Volume.test.js file is to test on the calculations for the Volume.js file.
2021-07-20 14:14:53 +08:00
ada29732bf
updating DIRECTORY.md
2021-07-20 05:03:11 +00:00
47a8c0ec4d
chore: Merge pull request #640 from leeyan44/master
...
Added Volume.js into the Math file
2021-07-20 10:32:52 +05:30
f2aad7bc57
Update on Volume.js formatting error
2021-07-20 12:38:47 +08:00
f52637f546
Update Maths/Volume.js
...
Co-authored-by: Rak Laptudirm <raklaptudirm@gmail.com>
2021-07-20 11:56:21 +08:00
9546f239f3
Update Volume.js
2021-07-20 00:07:27 +08:00
d7626e3b63
Update Volume.js
2021-07-19 22:44:12 +08:00
3931903733
create a Volume.js in the math file
...
Volume.js in the math file is to calculate the volume of some shapes such as Cuboid, Cube, Cone, Pyramid, Cylinder, Triangular Prism, Pentagonal Prism, Sphere and Hemisphere.
2021-07-19 22:13:47 +08:00
db4347e1ef
updating DIRECTORY.md
2021-07-19 08:02:03 +00:00
bb85eca53e
chore: Merge pull request #638 from raklaptudirm/master
...
Add Farey Approximation Algorithm
2021-07-19 13:31:41 +05:30
e5b7e56f00
chore: Strict equal for tests
2021-07-19 13:25:00 +05:30
d41b6aade5
chore: Update test values
2021-07-19 13:21:35 +05:30
6ac0d61185
style: update style
2021-07-19 13:17:06 +05:30
cd061ccf25
chore: add tests.
2021-07-19 13:12:47 +05:30
a62b62dfa7
chore: commit FareyApproximation.js
2021-07-19 13:04:44 +05:30
8ff4e4c0ca
updating DIRECTORY.md
2021-07-19 07:12:31 +00:00
3716e56da9
chore: Merge pull request #636 from qingwen23/find-average-median
...
Added averageMedian function
2021-07-19 12:42:09 +05:30
937b472dfa
Update AverageMedian.js and AverageMedian.test.js
2021-07-19 13:34:38 +08:00
04b71c337a
Update AverageMedian.js and added AverageMedian.test.js
2021-07-19 12:44:48 +08:00
188c6f6537
Fixed minor grammar typo in AverageMedian function
2021-07-19 03:05:43 +08:00
ab229c08a2
Added wiki reference link for Median
2021-07-19 02:54:42 +08:00
feefe881ea
Added AverageMedian function
2021-07-19 02:44:37 +08:00
2d0da4d17d
updating DIRECTORY.md
2021-07-12 03:36:48 +00:00
9569829ed4
chore: Merge pull request #635 from AbhinavXT/HammingDistance
...
Added HammingDistance.js and HammingDistance.test.js in String directory
2021-07-12 09:06:26 +05:30
7af96ae1cc
Added HammingDistance.js and HammingDistance.test.js in String directory
2021-07-11 16:30:23 +05:30
1e319bb655
updating DIRECTORY.md
2021-07-10 10:23:55 +00:00
ce9066a5b8
chore: Merge pull request #634 from AbhinavXT/RadianToDegree
...
Added RadianToDegree.js and RadianToDegree.test.js in Maths directory
2021-07-10 15:53:32 +05:30
a55248a3b7
Added RadianToDegree.js and RadianToDegree.test.js in Maths directory
2021-07-10 14:42:53 +05:30
4282832b49
updating DIRECTORY.md
2021-07-10 04:35:25 +00:00