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 |
|
Stepfen Shawn
|
98a191c9c1
|
Update and rename heap_sort.java to HeapSort.java
|
2020-08-16 22:55:56 +08: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 |
|
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 |
|
Stepfen Shawn
|
763bf779ef
|
Merge pull request #1382 from rbshealy/feature
Add HashMapLinearProbing.java and MainLinearProbing.java
|
2020-08-02 21:40:08 +08:00 |
|
Ray S
|
f729092e8a
|
Use public class HashMapLinearProbing
|
2020-08-02 09:17:16 -04:00 |
|
github-actions
|
c53810b9f4
|
updating DIRECTORY.md
|
2020-08-02 13:00:07 +00:00 |
|
Stepfen Shawn
|
e5a422d200
|
Rename BoardPath to BoardPath.java
|
2020-08-02 07:59:49 -05:00 |
|
Stepfen Shawn
|
90f59aa6ac
|
Update class name
|
2020-08-02 15:21:33 +08:00 |
|
github-actions
|
98428462cd
|
updating DIRECTORY.md
|
2020-08-02 07:17:00 +00:00 |
|
Stepfen Shawn
|
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 |
|
Hrishikesh Padhye
|
6f8f5bebfe
|
Update and rename Minimum sum partition to MinimumSumPartition.java
Updated the file name and indentations to increase the readability
|
2020-08-02 11:06:09 +05:30 |
|
Ray
|
84f5038996
|
Add HashMapLinearProbing.java and MainLinearProbing.java
|
2020-08-01 18:00:27 -04:00 |
|
Stepfen Shawn
|
de4b2be8af
|
Use public class
|
2020-07-31 11:44:09 +08:00 |
|
Stepfen Shawn
|
3b7dae8ffa
|
Update PerfectBinarySearch.java
Add package;
|
2020-07-30 23:20:46 +08:00 |
|
github-actions
|
6a79ea7284
|
updating DIRECTORY.md
|
2020-07-30 15:19:02 +00:00 |
|
Stepfen Shawn
|
c3136e280a
|
Update and rename Perfect BinarySearch to PerfectBinarySearch.java
|
2020-07-30 23:18:29 +08:00 |
|
Du Yuanchao
|
2890797194
|
Merge pull request #1363 from shellhub/master
format code
|
2020-07-30 14:20:52 +08:00 |
|
github-actions
|
13925aa627
|
updating DIRECTORY.md
|
2020-07-26 18:46:07 +00:00 |
|