Commit Graph

1008 Commits

Author SHA1 Message Date
leeyan44
23714cb154 Update Volume.test.js 2021-07-20 15:08:31 +08:00
leeyan44
5d62b4aa1b Update Volume.test.js 2021-07-20 15:03:22 +08:00
leeyan44
fe5e939bb9 Update Volume.test.js 2021-07-20 14:52:19 +08:00
leeyan44
48fec3d571 Update Volume.test.js 2021-07-20 14:41:25 +08:00
leeyan44
c871e1b36f Merge pull request #2 from leeyan44/leeyan44-patch-3
Update Volume.test.js
2021-07-20 14:26:06 +08:00
leeyan44
45cde7a4aa Update Volume.test.js 2021-07-20 14:25:24 +08:00
leeyan44
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
leeyan44
f2aad7bc57 Update on Volume.js formatting error 2021-07-20 12:38:47 +08:00
leeyan44
f52637f546 Update Maths/Volume.js
Co-authored-by: Rak Laptudirm <raklaptudirm@gmail.com>
2021-07-20 11:56:21 +08:00
leeyan44
9546f239f3 Update Volume.js 2021-07-20 00:07:27 +08:00
leeyan44
d7626e3b63 Update Volume.js 2021-07-19 22:44:12 +08:00
leeyan44
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
github-actions
db4347e1ef updating DIRECTORY.md 2021-07-19 08:02:03 +00:00
Rak Laptudirm
bb85eca53e chore: Merge pull request #638 from raklaptudirm/master
Add Farey Approximation Algorithm
2021-07-19 13:31:41 +05:30
Rak Laptudirm
e5b7e56f00 chore: Strict equal for tests 2021-07-19 13:25:00 +05:30
Rak Laptudirm
d41b6aade5 chore: Update test values 2021-07-19 13:21:35 +05:30
Rak Laptudirm
6ac0d61185 style: update style 2021-07-19 13:17:06 +05:30
Rak Laptudirm
cd061ccf25 chore: add tests. 2021-07-19 13:12:47 +05:30
Rak Laptudirm
a62b62dfa7 chore: commit FareyApproximation.js 2021-07-19 13:04:44 +05:30
github-actions
8ff4e4c0ca updating DIRECTORY.md 2021-07-19 07:12:31 +00:00
Rak Laptudirm
3716e56da9 chore: Merge pull request #636 from qingwen23/find-average-median
Added averageMedian function
2021-07-19 12:42:09 +05:30
qingwen23
937b472dfa Update AverageMedian.js and AverageMedian.test.js 2021-07-19 13:34:38 +08:00
qingwen23
04b71c337a Update AverageMedian.js and added AverageMedian.test.js 2021-07-19 12:44:48 +08:00
qingwen23
188c6f6537 Fixed minor grammar typo in AverageMedian function 2021-07-19 03:05:43 +08:00
qingwen23
ab229c08a2 Added wiki reference link for Median 2021-07-19 02:54:42 +08:00
qingwen23
feefe881ea Added AverageMedian function 2021-07-19 02:44:37 +08:00
github-actions
2d0da4d17d updating DIRECTORY.md 2021-07-12 03:36:48 +00:00
Rak Laptudirm
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
AbhinavXT
7af96ae1cc Added HammingDistance.js and HammingDistance.test.js in String directory 2021-07-11 16:30:23 +05:30
github-actions
1e319bb655 updating DIRECTORY.md 2021-07-10 10:23:55 +00:00
Rak Laptudirm
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
AbhinavXT
a55248a3b7 Added RadianToDegree.js and RadianToDegree.test.js in Maths directory 2021-07-10 14:42:53 +05:30
github-actions
4282832b49 updating DIRECTORY.md 2021-07-10 04:35:25 +00:00
Rak Laptudirm
efbdcbb965 chore: Merge pull request #633 from AbhinavXT/DegreeToRadian
Added DegreeToRadian.js and DegreeToRadian.test.js in Maths directory
2021-07-10 10:05:08 +05:30
AbhinavXT
988177915f Corrections 2021-07-09 22:51:08 +05:30
AbhinavXT
ec37421591 Added DegreeToRadian.js and DegreeToRadian.test.js in Maths directory 2021-07-09 22:15:43 +05:30
github-actions
b479911531 updating DIRECTORY.md 2021-07-07 17:40:05 +00:00
Rak Laptudirm
8af25f1bb6 chore: Merge pull request #631 from anna-vodimed/master
Add solution for Project-Euler Problem15
2021-07-07 23:09:45 +05:30
Rak Laptudirm
b35104aaa3 chore: Fix code formatting 2021-07-07 23:01:34 +05:30
Kim
22fcd2d5ee code formatted using standard.js 2021-07-07 19:34:04 +03:00
Vodimed
b941672b46 update problem15 2021-07-07 11:33:53 +00:00
github-actions
6e7d320f89 updating DIRECTORY.md 2021-07-05 13:30:10 +00:00
Rak Laptudirm
a55c8b2b60 chore: Merge PR #632 from AbhinavXT/master
Added SetBit.js, SetBit.test.js in Bit-Manipulation directory
2021-07-05 18:59:51 +05:30
Abhinav Pathak
2f1c63edb3 Merge pull request #1 from AbhinavXT/SetBit
Statement changes Added
2021-07-05 16:44:16 +05:30
AbhinavXT
504dbb0c30 Statement changes Added 2021-07-05 16:25:23 +05:30
AbhinavXT
01a6fe7357 Merge branch 'SetBit' 2021-07-05 11:11:53 +05:30
AbhinavXT
58fca82ec3 Changed Test statement 2021-07-05 11:09:46 +05:30
Abhinav Pathak
cab17600c3 Merge branch 'TheAlgorithms:master' into master 2021-07-04 21:50:16 +05:30
AbhinavXT
51a9126053 Added SetBit.js, SetBit.test.js in Bit-Manipulation directory 2021-07-04 21:47:53 +05:30
Vodimed
db3831401f Add solution for Project-Euler Problem15 2021-07-04 13:53:20 +00:00