Commit Graph

1305 Commits

Author SHA1 Message Date
Du Yuanchao
d6947d0fbd
Merge pull request #1426 from shellhub/dev
Added AliquotSum and Median
2020-08-21 00:02:21 +08:00
github-actions
a8070bd908 updating DIRECTORY.md 2020-08-20 16:01:26 +00:00
shellhub
34869cb5cb optimization 2020-08-21 00:00:48 +08:00
shellhub
8c5ec652f6 * add AliquotSum
* add Median
2020-08-20 23:26:06 +08:00
github-actions
da830515f9 updating DIRECTORY.md 2020-08-20 13:41:49 +00:00
Du Yuanchao
d803b21917
Merge pull request #1425 from gijsh21/mode
Create Mode.java
2020-08-20 21:41:29 +08:00
gijsh21
bbe6f9410c
Apply suggestions from code review
Co-authored-by: Du Yuanchao <shellhub.me@gmail.com>
2020-08-20 15:25:10 +02:00
gijsh21
cccc898ba1
Create Mode.java
For finding the mode of an array of numbers
2020-08-20 11:18:36 +02:00
Stepfen Shawn
35ccbd982d
Merge pull request #1421 from Lakhan-Nad/master
DS: Binary Search Tree added Closes #1420
2020-08-19 09:07:40 +08:00
github-actions
1856152b3a updating DIRECTORY.md 2020-08-18 15:34:25 +00:00
Lakhan Nad
75480d44bf Tests added for BST DataStructures 2020-08-18 21:03:31 +05:30
Rabbit
5ea5309672
Merge pull request #1423 from drabbit75/master
update average.java
2020-08-18 11:46:41 +08:00
rabbit
94a65964d8 Update Average.java
1. add int type array
2. The equality of floating-point numbers should be judged by the absolute value of the difference less than a small number
2020-08-18 09:50:59 +08:00
rabbit
9486101fb6 Revert "Create FindAverage.java"
This reverts commit 5070a0bb28.
2020-08-18 09:41:32 +08:00
Ray
ed1273a35d Add dynamic hash table functionality 2020-08-17 19:22:32 -04:00
Lakhan Nad
efdd1ddd42 DS: Binary Search Tree added Closes #1420 2020-08-17 15:48:52 +05:30
rabbit
5070a0bb28 Create FindAverage.java
add a findAverage java file in maths directory
2020-08-17 11:16:11 +08:00
Stepfen Shawn
ee11fcafd9
Merge pull request #1410 from rnitish/master
Added insert element by index and clearList to DoublyLinkedList.java
2020-08-17 08:21:54 +08:00
github-actions
13bb195dd7 updating DIRECTORY.md 2020-08-16 15:23:09 +00:00
Stepfen Shawn
ea43d70f3e
Merge pull request #1417 from rbshealy/master
Add PythagoreanTriple.java and Add assert statements
2020-08-16 23:22:54 +08:00
Ray S
9a31b960ff
Fix array initialization 2020-08-16 11:21:16 -04:00
Ray S
ae5536bddc
Fix array initialization 2020-08-16 11:20:38 -04:00
Du Yuanchao
eea5158ae9
Merge pull request #1418 from shellhub/master
Added Sum Of Digits Algorithm
2020-08-16 23:07:44 +08:00
github-actions
f9ae0888e6 updating DIRECTORY.md 2020-08-16 15:05:08 +00:00
shellhub
b4839c2c07 Added SumOfDigits 2020-08-16 23:04:34 +08:00
github-actions
0a086da413 updating DIRECTORY.md 2020-08-16 14:56:13 +00:00
Stepfen Shawn
98a191c9c1
Update and rename heap_sort.java to HeapSort.java 2020-08-16 22:55:56 +08:00
Ray
16057164a6 Add assert statement 2020-08-16 10:46:39 -04:00
Ray
918189ec20 Add PythagoreanTriple.java 2020-08-16 10:32:10 -04:00
Du Yuanchao
f32a63e08b
Merge pull request #1416 from shellhub/dev
Added more algorithms to maths
2020-08-16 21:28:02 +08:00
github-actions
ada4b6ca61 updating DIRECTORY.md 2020-08-16 13:17:12 +00:00
shellhub
1420e2d851 * add LucasSeries
* add PerfectCube
* PerfectSquare
2020-08-16 21:16:08 +08:00
shellhub
96345ad634 * factorial using using iteration
* add ceil() to maths
* add combinations() to maths
* add floor() to maths
2020-08-16 19:58:48 +08:00
github-actions
53d5cf0057 updating DIRECTORY.md 2020-08-16 07:17:08 +00:00
Stepfen Shawn
9b9ce4b6b3
Merge pull request #1414 from rbshealy/patch-1
Update and rename ListAddnFun to ListAddnFun.java
2020-08-16 15:16:50 +08:00
Du Yuanchao
a9c141f6c6
Merge pull request #1415 from shellhub/dev
Add more math algorithm
2020-08-16 14:50:48 +08:00
github-actions
affddc5704 updating DIRECTORY.md 2020-08-16 05:59:41 +00:00
shellhub
3e169010fe add average 2020-08-16 13:58:14 +08:00
shellhub
5e6c5a3861 Calculate area of various geometric shapes 2020-08-16 13:34:48 +08:00
shellhub
f2b50c0e6c duplicate with NumberOfDigits.java 2020-08-16 11:55:25 +08:00
Ray S
c9fb43b44f
Update and rename ListAddnFun to ListAddnFun.java
Updates include:
add no-args constructor
add whitespace
use public class LinkedList
use private fields
2020-08-15 15:20:32 -04:00
Du Yuanchao
1eb9dcb0e6
Merge pull request #1411 from shellhub/dev
update armstrong number and add NumberOfDigits
2020-08-14 08:19:58 +08:00
Stepfen Shawn
ab88fed356
Merge pull request #1396 from rbshealy/master
Add javadoc comments and Cleanup DynamicArray.java
2020-08-13 10:43:36 +08:00
github-actions
9a625671ac updating DIRECTORY.md 2020-08-12 14:54:05 +00:00
shellhub
22e2e74bf8 add NumberOfDigits 2020-08-12 22:53:08 +08:00
shellhub
2bd49e4728 * fix doc
* add test
* fix armstrong number
2020-08-12 22:04:20 +08:00
Yang Libin
3cb9adfc6f
Merge pull request #1409 from shellhub/dev
BubbleSort Recursion
2020-08-12 17:16:24 +08:00
rnitish
73888a68ea Added insert by index
Added insert by index
2020-08-12 00:13:23 +05:30
github-actions
ea34a03025 updating DIRECTORY.md 2020-08-11 16:37:48 +00:00
shellhub
6da8a00986 BubbleSort Recursion 2020-08-12 00:37:16 +08:00