1136 Commits

Author SHA1 Message Date
13bb195dd7 updating DIRECTORY.md 2020-08-16 15:23:09 +00:00
ea43d70f3e Merge pull request #1417 from rbshealy/master
Add PythagoreanTriple.java and Add assert statements
2020-08-16 23:22:54 +08:00
9a31b960ff Fix array initialization 2020-08-16 11:21:16 -04:00
ae5536bddc Fix array initialization 2020-08-16 11:20:38 -04:00
eea5158ae9 Merge pull request #1418 from shellhub/master
Added Sum Of Digits Algorithm
2020-08-16 23:07:44 +08:00
f9ae0888e6 updating DIRECTORY.md 2020-08-16 15:05:08 +00:00
b4839c2c07 Added SumOfDigits 2020-08-16 23:04:34 +08:00
0a086da413 updating DIRECTORY.md 2020-08-16 14:56:13 +00:00
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
f32a63e08b Merge pull request #1416 from shellhub/dev
Added more algorithms to maths
2020-08-16 21:28:02 +08:00
ada4b6ca61 updating DIRECTORY.md 2020-08-16 13:17:12 +00:00
1420e2d851 * add LucasSeries
* add PerfectCube
* PerfectSquare
2020-08-16 21:16:08 +08:00
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
53d5cf0057 updating DIRECTORY.md 2020-08-16 07:17:08 +00:00
9b9ce4b6b3 Merge pull request #1414 from rbshealy/patch-1
Update and rename ListAddnFun to ListAddnFun.java
2020-08-16 15:16:50 +08:00
a9c141f6c6 Merge pull request #1415 from shellhub/dev
Add more math algorithm
2020-08-16 14:50:48 +08:00
affddc5704 updating DIRECTORY.md 2020-08-16 05:59:41 +00:00
3e169010fe add average 2020-08-16 13:58:14 +08:00
5e6c5a3861 Calculate area of various geometric shapes 2020-08-16 13:34:48 +08:00
f2b50c0e6c duplicate with NumberOfDigits.java 2020-08-16 11:55:25 +08:00
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
1eb9dcb0e6 Merge pull request #1411 from shellhub/dev
update armstrong number and add NumberOfDigits
2020-08-14 08:19:58 +08:00
ab88fed356 Merge pull request #1396 from rbshealy/master
Add javadoc comments and Cleanup DynamicArray.java
2020-08-13 10:43:36 +08:00
9a625671ac updating DIRECTORY.md 2020-08-12 14:54:05 +00:00
22e2e74bf8 add NumberOfDigits 2020-08-12 22:53:08 +08:00
2bd49e4728 * fix doc
* add test
* fix armstrong number
2020-08-12 22:04:20 +08:00
3cb9adfc6f Merge pull request #1409 from shellhub/dev
BubbleSort Recursion
2020-08-12 17:16:24 +08:00
ea34a03025 updating DIRECTORY.md 2020-08-11 16:37:48 +00:00
6da8a00986 BubbleSort Recursion 2020-08-12 00:37:16 +08:00
0c75460ca6 Merge pull request #1407 from Pa1sathvik/master
Update RomanToInteger.java
2020-08-11 17:51:56 +08:00
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
5fd352f84e Merge pull request #1406 from shellhub/dev
Update max and findMax function
2020-08-10 17:03:52 +08:00
6079b4bc10 * reduce code
* add function overriding
* update test
2020-08-10 16:52:06 +08:00
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
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
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
1e64653ceb updating DIRECTORY.md 2020-08-03 01:14:00 +00:00
0ba52b956d Rename GraphAlgos to GraphAlgos.java 2020-08-02 20:13:38 -05:00
fdbb7ad7dd updating DIRECTORY.md 2020-08-02 13:40:25 +00:00
763bf779ef Merge pull request #1382 from rbshealy/feature
Add HashMapLinearProbing.java and MainLinearProbing.java
2020-08-02 21:40:08 +08:00
f729092e8a Use public class HashMapLinearProbing 2020-08-02 09:17:16 -04:00
c53810b9f4 updating DIRECTORY.md 2020-08-02 13:00:07 +00:00
e5a422d200 Rename BoardPath to BoardPath.java 2020-08-02 07:59:49 -05:00
90f59aa6ac Update class name 2020-08-02 15:21:33 +08:00
98428462cd updating DIRECTORY.md 2020-08-02 07:17:00 +00:00
c58d96b927 Merge pull request #1383 from iamhrishikeshpadhye/patch-1
Update and rename Minimum sum partition to MinimumSumPartition.java
2020-08-02 15:16:43 +08:00