Libin Yang
|
0276ccd903
|
Merge pull request #751 from TheAlgorithms/revert-737-Development
Revert "Added DepthFirstSearch.java and DepthFirstTestSearch.java"
|
2019-05-11 09:53:11 +08:00 |
|
Libin Yang
|
e5856e329f
|
Revert "Added DepthFirstSearch.java and DepthFirstTestSearch.java"
|
2019-05-11 09:52:38 +08:00 |
|
Libin Yang
|
af6daf7af6
|
Merge pull request #737 from abircb/Development
Added DepthFirstSearch.java and DepthFirstTestSearch.java
|
2019-05-11 09:42:32 +08:00 |
|
Abir Bhushan
|
fa1503fa77
|
Apply suggestions from code review
Update DepthFirstSearch.java - signature removed, and whitespaces resolved
Co-Authored-By: Libin Yang <contact@yanglibin.info>
|
2019-05-10 19:48:02 +01:00 |
|
Libin Yang
|
ada660a4c3
|
refactor: update FastPower
|
2019-05-10 15:43:36 +08:00 |
|
Libin Yang
|
cac1b0b4c7
|
Delete FastPowerTest.java___jb_tmp___
|
2019-05-10 15:42:55 +08:00 |
|
Libin Yang
|
1041b02e6b
|
refactor: update FastPower
|
2019-05-10 15:42:08 +08:00 |
|
yanglbme
|
fbffeb658c
|
refactor: update FastPower
|
2019-05-10 15:39:18 +08:00 |
|
Libin Yang
|
64bd1a147e
|
Merge pull request #731 from DDullahan/Development
Added FastPower
|
2019-05-10 15:34:11 +08:00 |
|
yanglbme
|
184f644bd7
|
update binaryToGray
|
2019-05-10 15:16:01 +08:00 |
|
Libin Yang
|
0c015fc605
|
Merge pull request #734 from nbdgit/Development
Added Binary to Gray code conversion
|
2019-05-10 15:12:14 +08:00 |
|
yanglbme
|
8e8e14d1c2
|
refactor: format code and fix typos
|
2019-05-10 14:49:24 +08:00 |
|
Libin Yang
|
60bb026f8a
|
Update ExponentialSearch.java
|
2019-05-09 20:33:46 +08:00 |
|
Libin Yang
|
37e6717be9
|
Merge pull request #750 from abhijay94/Development
Added the algorithm and test cases for Exponential Search
|
2019-05-09 20:32:45 +08:00 |
|
Libin Yang
|
46e52f4378
|
Update SimplexNoiseTest.java
|
2019-05-09 16:34:58 +08:00 |
|
Abhijay Kumar
|
1bf9cf6019
|
Added the algorithm and test for Exponential Search
|
2019-05-08 13:51:07 +05:30 |
|
Nilanjan
|
f5754d3aef
|
Add StringBuilder class
|
2019-05-03 22:16:06 +05:30 |
|
DDullahan
|
c85caf50d6
|
fixed problems of code review from @havanagrawal
7216f28cb3
|
2019-05-03 08:56:07 +08:00 |
|
Havan Agrawal
|
230f04f614
|
Apply suggestions from code review
Co-Authored-By: nbdgit <48550673+nbdgit@users.noreply.github.com>
|
2019-05-03 00:31:43 +05:30 |
|
Abir Bhushan
|
785b570167
|
Update DepthFirstSearch.java
|
2019-04-16 19:39:26 +01:00 |
|
Abir Bhushan
|
4d9965cb94
|
Create DepthFirstSearchTest.java
this test is created for the DepthFirstSearch.java file- that I added- containing the DepthFirstSearch algorithm
|
2019-04-15 11:38:59 +01:00 |
|
Abir Bhushan
|
6938c409f9
|
Create DepthFirstSearch.java
|
2019-04-15 11:14:22 +01:00 |
|
nbdgit
|
3b72294f25
|
Commit BinaryToGrayTest
|
2019-04-14 16:56:52 +05:30 |
|
nbdgit
|
91c19921ef
|
Commit BinaryToGray
|
2019-04-14 16:55:05 +05:30 |
|
DDullahan
|
7216f28cb3
|
Added FastPower
Added FastPower
|
2019-04-08 08:57:34 +08:00 |
|
Libin Yang
|
39806e3fe6
|
Merge pull request #723 from jvinodkumar/Development
Update Base64.java
|
2019-03-31 18:23:56 +08:00 |
|
Libin Yang
|
9ee8039fdd
|
Merge pull request #725 from RicardoGuevara/Development
Add binary tree implementation with test
|
2019-03-25 14:43:42 +08:00 |
|
Ricaro Guevara
|
4721cff668
|
made requested changes for binary tree implementation
|
2019-03-24 22:54:12 -05:00 |
|
Ricaro Guevara
|
2eec474f13
|
Add binary tree implementation with test
|
2019-03-24 14:40:20 -05:00 |
|
Vinod Jayakumar
|
09ed874e55
|
Update Base64.java
|
2019-03-23 22:02:19 -04:00 |
|
Libin Yang
|
e5b07ebc3e
|
Update SimplexNoiseOctave.java
|
2019-03-22 18:36:07 +08:00 |
|
yanglbme
|
1093a496b9
|
Merge pull request #717 from AnkitAtBrillio/local
Adding Stack implementation along with test class
|
2019-03-16 15:10:25 +08:00 |
|
yanglbme
|
46df09ab86
|
Update Stack.java
Format code
|
2019-03-16 15:08:57 +08:00 |
|
asri71
|
27753bb8d1
|
Removing inheritance from Vector class
|
2019-03-16 12:23:10 +05:30 |
|
asri71
|
5f2257017f
|
Adding Stack implementation along with test class
|
2019-03-16 12:19:07 +05:30 |
|
yanglbme
|
822c91c13c
|
Merge pull request #716 from MrYangxf/Development
Add an implementation of disjoint-set
|
2019-03-15 14:52:46 +08:00 |
|
yangxf
|
01b0296dad
|
added an implementation of disjoint-set
|
2019-03-15 10:03:42 +08:00 |
|
yanglbme
|
ee8147cdda
|
Merge pull request #714 from MrYangxf/Development
Add a simple implementation of Bloom filter.
|
2019-03-13 10:11:08 +08:00 |
|
yangxf
|
7842c01bed
|
add BloomFilter
|
2019-03-13 09:52:46 +08:00 |
|
Varun Upadhyay
|
233f05d862
|
Merge pull request #652 from LesliePinto89/Development
Added Jump Search algorithm and JUnit test
|
2019-03-11 07:15:49 -07:00 |
|
yanglbme
|
c2e2402e21
|
Update DecimalToOctalTest.java
|
2019-03-06 09:02:22 +08:00 |
|
yanglbme
|
61bb8b3aab
|
Update DecimalToHexadecimalTest.java
|
2019-03-06 09:01:55 +08:00 |
|
yanglbme
|
7f523ffee8
|
Merge pull request #712 from AnkitAtBrillio/local
Adding Linked List based General queue implementation
|
2019-03-06 09:00:04 +08:00 |
|
yanglbme
|
481be6290c
|
Update Queue.java
|
2019-03-06 08:58:35 +08:00 |
|
yanglbme
|
965c288b3a
|
Update DataStructure.java
|
2019-03-06 08:58:11 +08:00 |
|
yanglbme
|
37b99ff6dd
|
Update GeneralQueue.java
|
2019-03-06 08:57:42 +08:00 |
|
asri71
|
5ce337fa54
|
Code changes to adhere to code best practices
|
2019-03-05 17:08:54 +05:30 |
|
asri71
|
320b5de0fe
|
Making changes into method as per Oracle specifications
|
2019-03-05 17:05:11 +05:30 |
|
asri71
|
c8ee96d9d5
|
Adding Linked List based General queue implementation
|
2019-03-05 15:59:13 +05:30 |
|
yanglbme
|
3551433e46
|
Merge pull request #710 from AnkitAtBrillio/local
Adding interface for sorting to use polymorphism features.
|
2019-03-03 09:31:36 +08:00 |
|