Commit Graph

1293 Commits

Author SHA1 Message Date
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
Stepfen Shawn
0c75460ca6
Merge pull request #1407 from Pa1sathvik/master
Update RomanToInteger.java
2020-08-11 17:51:56 +08:00
Pa1sathvik
eb75ce5096
Update RomanToInteger.java
In case if lower case roman letters are supplied, we need to convert into single case(Upper case).
2020-08-10 19:15:34 +05:30
Yang Libin
5fd352f84e
Merge pull request #1406 from shellhub/dev
Update max and findMax function
2020-08-10 17:03:52 +08:00
shellhub
6079b4bc10 * reduce code
* add function overriding
* update test
2020-08-10 16:52:06 +08:00
Ray S
460a8d0a74
Add white-space 2020-08-06 22:50:49 -04:00
Ray
851df781dd Add javadoc comments and Cleanup DynamicArray.java 2020-08-06 22:32:49 -04:00
Stepfen Shawn
4be90d8afa
Merge pull request #1391 from rbshealy/master
Add nested linked list and node class to HashMap.java
2020-08-07 09:00:12 +08:00
Ray S
bc7e3fd8ba
use public class HashMap 2020-08-05 17:22:37 -04:00
Ray
697d25b47e Add nested linked list and node class to HashMap.java 2020-08-05 17:11:10 -04:00
github-actions
1e64653ceb updating DIRECTORY.md 2020-08-03 01:14:00 +00:00
Stepfen Shawn
0ba52b956d
Rename GraphAlgos to GraphAlgos.java 2020-08-02 20:13:38 -05:00
github-actions
fdbb7ad7dd updating DIRECTORY.md 2020-08-02 13:40:25 +00:00