Commit Graph

128 Commits

Author SHA1 Message Date
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
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
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
asri71
ed53bd0353 Making Sort interface as functional interface to exhibit the nature and functionality of the interface more clearly to client 2019-02-28 17:10:08 +05:30
asri71
a023542464 Addint type package to have interfaces to take benefit of polymorphism features 2019-02-28 16:57:18 +05:30
crackCodeLogn
5c946119e7 Making the median calculating part safe from integer spillovers 2019-02-13 02:18:01 +05:30
Libin Yang
50c7ba4442
Merge pull request #685 from darius-welsch/Development
Add Base64 encoding and decoding
2019-02-12 20:56:20 +08:00
Adan Rodriguez
bf64bc6a2e Merge remote-tracking branch 'origin/Development' into Development 2019-02-03 17:39:33 -03:00
Adan Rodriguez
df085d0e1d convert decimal to octal value 2019-02-03 17:39:11 -03:00
Libin Yang
a3b4e1421a
Update DecimalToHexadecimal.java 2019-01-31 21:09:03 +08:00
Adan Rodriguez
c7f8f772c0 conversion decimal to hexadecimal 2019-01-30 11:23:42 -03:00
Libin Yang
4f1fceeb7f
Update BinaryToHexadecimalTest.java 2019-01-30 17:08:22 +08:00
Libin Yang
d082862fb4
Update BinaryToHexadecimal.java 2019-01-30 17:05:40 +08:00
Adan Rodriguez
6312a1ee87 binary number in 64 bits 2019-01-29 19:09:17 -03:00
Adan Rodriguez
2bcc4c9640 resolving comment 2019-01-28 09:17:17 -03:00
Adan Rodriguez
6268d39250 conversion binary to hexadecimal 2019-01-27 18:49:02 -03:00
TimotheeChauvin
9de5a024ec add the Gale Shapley algorithm (with a test) 2019-01-18 20:27:44 +01:00
AlienJimmey
b61eb8cca3 moved sorts folder to fit with others test 2019-01-16 18:49:13 -05:00
AlienJimmey
4f10211147 moving sort algorithms into right place 2019-01-16 18:20:58 -05:00
darius-welsch
87eec2d6fb Add Base64 encoding and decoding 2019-01-16 18:44:25 +01:00
Libin Yang
604d5d36d8
Update Sha2.java 2019-01-08 16:51:32 +08:00
darius-welsch/
2e618c86a0 Add the Secure Hash Algorithm 2 family, namely SHA-224, SHA-256, SHA-384
and SHA-512
2019-01-04 22:48:29 +01:00
Libin Yang
1274140ea3
Update PigeonholeSort.java 2019-01-04 20:38:49 +08:00
Anirudh Sharma
9fe55c82d8 Added Pigeonhole Sort with its corresponding test cases 2019-01-04 17:59:20 +05:30
Anirudh Sharma
005380f538 Added Pigeonhole Sort with its corresponding test cases 2019-01-04 12:29:42 +05:30
Anirudh Sharma
c22449acc5 Fixed the CountingSort to incorporate negative values by adding offset 2019-01-02 19:37:43 +05:30
Anirudh Sharma
9763b6df89 Added algorithm class CycleSort and its corresponding test class CycleSortTest 2019-01-02 12:55:40 +05:30
Anirudh Sharma
e15d329c71 Added algorithm class CountingSort and its corresponding test class CountingSortTest 2019-01-02 12:31:54 +05:30
Libin Yang
f65fc4dabc
Merge pull request #511 from RalleYTN/Development
Added SimplexNoise
2018-12-27 20:15:35 +08:00
Libin Yang
d814728210
Merge pull request #628 from Feconiz/Development
Added Linear Search, changed Binary search
2018-12-12 09:45:45 +08:00
LPinto
6dcbaca774 Added Jump Search algorithm and JUnit test 2018-12-05 00:11:08 +00:00
LPinto
c0ca53743a Added Interpolation Search and JUnit test. 2018-11-17 23:25:33 +00:00
LPinto
7281281d33 Added StoogeSort algorithm and JUnit Test 2018-11-04 17:51:27 +00:00
Panagiotis Karapas
c6ce36b19b
Added Linear Search, changed Binary search
-Linear Search was added.
-Made Both searches final and static ( There is no reason to have to instantiate them). Also Changed the tests to include the new static methods.
-Added a new test, searching an empty array.
2018-10-31 18:21:04 +00:00
lq
999dc93f23 add MergeSortTest for MergeSort. 2018-09-09 20:26:40 +08:00
varunu28
4e7843b801 Corrected the InsertionSort test 2018-09-08 08:21:27 -07:00
Lakshay Sharma
7a8191f097
Negative Integer, worst case array test added 2018-09-08 01:57:32 +05:30
Ralph Niemitz
0128a014c6 Made the required changes for the PR 2018-09-04 06:38:43 +02:00
Ralph Niemitz
6d2fa795f7 Added SimplexNoise
Signed-off-by: Ralph Niemitz <ralph.niemitz@gmx.de>
2018-09-03 10:42:21 +02:00
lq
6de87051fd add Test for InsertionSort;
delete print statements from Test files.
2018-08-30 07:37:23 +08:00
lq
47093451ac add Test for InsertionSort 2018-08-30 01:34:59 +08:00
varunu28
0adfcaca7a Corrected project structure 2018-08-28 13:16:45 -07:00
lq
89f1c37502 add some tests for Sort 2018-08-26 22:56:02 +08:00
varunu28
90a4c36618 Added binary search and test 2018-08-25 08:39:01 -07:00
lq
d9c46396d8 add a Test 2018-08-25 14:37:07 +08:00
lq
bcf4b617bb add a Test 2018-08-25 14:21:01 +08:00
varunu28
3e999d9445 Restructured the folder 2018-08-24 10:07:38 -07:00