New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Linear_Congruential_Generator under P.R.N.G #823
Open
+7,089
−38,713
Merge pull request #1925 from JackZeled0n/Development
4591884
Select commit
3e999d9
Restructured the folder
varunu28 90a3820
Delete .classpath
varunu28 da58e6b
Delete .project
varunu28 39fb790
Update README.md
varunu28 ee0940d
Update README.md
varunu28 db9e4bb
Update README.md
varunu28 bcf4b61
add a Test
lq920320 d9c4639
add a Test
lq920320 5b76fca
Merge pull request #488 from lq920320/Development
varunu28 90a4c36
Added binary search and test
varunu28 89f1c37
add some tests for Sort
lq920320 3eff872
Merge pull request #490 from lq920320/Development
varunu28 0adfcac
Corrected project structure
varunu28 4709345
add Test for InsertionSort
lq920320 6de8705
add Test for InsertionSort;
lq920320 e4827bd
Merge pull request #500 from lq920320/Development
varunu28 6d2fa79
Added SimplexNoise
RalleYTN 0128a01
Made the required changes for the PR
RalleYTN 7a8191f
Negative Integer, worst case array test added
lakshay17244 c4a13fc
Merge pull request #512 from lakshay17244/patch-1
varunu28 4e7843b
Corrected the InsertionSort test
varunu28 999dc93
add MergeSortTest for MergeSort.
lq920320 08dc6ad
Merge pull request #514 from lq920320/Development
varunu28 c6ce36b
Added Linear Search, changed Binary search
Feconiz 7281281
Added StoogeSort algorithm and JUnit Test
LesliePinto89 829f7d7
Merge pull request #635 from LesliePinto89/Development
varunu28 c0ca537
Added Interpolation Search and JUnit test.
LesliePinto89 7c0c4bc
Merge pull request #647 from LesliePinto89/Development
yanglbme 6dcbaca
Added Jump Search algorithm and JUnit test
LesliePinto89 d814728
Merge pull request #628 from Feconiz/Development
yanglbme f65fc4d
Merge pull request #511 from RalleYTN/Development
yanglbme e15d329
Added algorithm class CountingSort and its corresponding test class C…
ani03sha 9763b6d
Added algorithm class CycleSort and its corresponding test class Cycl…
ani03sha c22449a
Fixed the CountingSort to incorporate negative values by adding offset
ani03sha a7a087d
Merge pull request #669 from ani03sha/Development
yanglbme 005380f
Added Pigeonhole Sort with its corresponding test cases
ani03sha 9fe55c8
Added Pigeonhole Sort with its corresponding test cases
ani03sha 1274140
Update PigeonholeSort.java
yanglbme e7a182b
Merge pull request #670 from ani03sha/Development
yanglbme 2e618c8
Add the Secure Hash Algorithm 2 family, namely SHA-224, SHA-256, SHA-384
604d5d3
Update Sha2.java
yanglbme 2f918ed
Merge pull request #673 from darius-welsch/Development
yanglbme 87eec2d
Add Base64 encoding and decoding
2b04588
README.md: fix broken links + minor orthographic and syntactic correc…
TimotheeChauvin 4f10211
moving sort algorithms into right place
AlienJimmey b61eb8c
moved sorts folder to fit with others test
AlienJimmey 2ef1e90
Merge pull request #686 from TimotheeChauvin/Development
yanglbme a8862c3
Merge pull request #687 from AlienJimmey/Development
yanglbme 9de5a02
add the Gale Shapley algorithm (with a test)
TimotheeChauvin e631e32
Merge pull request #691 from TimotheeChauvin/Development
yanglbme 6268d39
conversion binary to hexadecimal
arodriguez33 2bcc4c9
resolving comment
arodriguez33 6312a1e
binary number in 64 bits
arodriguez33 d082862
Update BinaryToHexadecimal.java
yanglbme 4f1fcee
Update BinaryToHexadecimalTest.java
yanglbme fe277cf
Merge pull request #694 from arodriguez33/Development
yanglbme c7f8f77
conversion decimal to hexadecimal
arodriguez33 a3b4e14
Update DecimalToHexadecimal.java
yanglbme 023ddee
Merge pull request #697 from arodriguez33/Development
yanglbme df085d0
convert decimal to octal value
arodriguez33 bf64bc6
Merge remote-tracking branch 'origin/Development' into Development
arodriguez33 edac7f3
Merge pull request #703 from arodriguez33/Development
yanglbme 50c7ba4
Merge pull request #685 from darius-welsch/Development
yanglbme 5c94611
Making the median calculating part safe from integer spillovers
crackCodeLogn 5227629
Merge pull request #706 from crackCodeLogn/Development
yanglbme a023542
Addint type package to have interfaces to take benefit of polymorphis…
ed53bd0
Making Sort interface as functional interface to exhibit the nature a…
3551433
Merge pull request #710 from AnkitAtBrillio/local
yanglbme c8ee96d
Adding Linked List based General queue implementation
320b5de
Making changes into method as per Oracle specifications
5ce337f
Code changes to adhere to code best practices
37b99ff
Update GeneralQueue.java
yanglbme 965c288
Update DataStructure.java
yanglbme 481be62
Update Queue.java
yanglbme 7f523ff
Merge pull request #712 from AnkitAtBrillio/local
yanglbme 61bb8b3
Update DecimalToHexadecimalTest.java
yanglbme c2e2402
Update DecimalToOctalTest.java
yanglbme 233f05d
Merge pull request #652 from LesliePinto89/Development
varunu28 7842c01
add BloomFilter
MrYangxf ee8147c
Merge pull request #714 from MrYangxf/Development
yanglbme 01b0296
added an implementation of disjoint-set
MrYangxf 822c91c
Merge pull request #716 from MrYangxf/Development
yanglbme 5f22570
Adding Stack implementation along with test class
27753bb
Removing inheritance from Vector class
46df09a
Update Stack.java
yanglbme 1093a49
Merge pull request #717 from AnkitAtBrillio/local
yanglbme e5b07eb
Update SimplexNoiseOctave.java
yanglbme 09ed874
Update Base64.java
jvinodkumar 2eec474
Add binary tree implementation with test
RicardoGuevara 4721cff
made requested changes for binary tree implementation
RicardoGuevara 9ee8039
Merge pull request #725 from RicardoGuevara/Development
yanglbme 39806e3
Merge pull request #723 from jvinodkumar/Development
yanglbme 7216f28
Added FastPower
DDullahan 91c1992
Commit BinaryToGray
nbdgit 3b72294
Commit BinaryToGrayTest
nbdgit 6938c40
Create DepthFirstSearch.java
abircb 4d9965c
Create DepthFirstSearchTest.java
abircb 785b570
Update DepthFirstSearch.java
abircb 230f04f
Apply suggestions from code review
havanagrawal c85caf5
fixed problems of code review from @havanagrawal
DDullahan f5754d3
Add StringBuilder class
nbdgit 1bf9cf6
Added the algorithm and test for Exponential Search
abhijay94 46e52f4
Update SimplexNoiseTest.java
yanglbme 37e6717
Merge pull request #750 from abhijay94/Development
yanglbme 60bb026
Update ExponentialSearch.java
yanglbme 8e8e14d
refactor: format code and fix typos
yanglbme 0c015fc
Merge pull request #734 from nbdgit/Development
yanglbme 184f644
update binaryToGray
yanglbme 64bd1a1
Merge pull request #731 from DDullahan/Development
yanglbme fbffeb6
refactor: update FastPower
yanglbme 1041b02
refactor: update FastPower
yanglbme cac1b0b
Delete FastPowerTest.java___jb_tmp___
yanglbme ada660a
refactor: update FastPower
yanglbme fa1503f
Apply suggestions from code review
abircb af6daf7
Merge pull request #737 from abircb/Development
yanglbme e5856e3
Revert "Added DepthFirstSearch.java and DepthFirstTestSearch.java"
yanglbme 0276ccd
Merge pull request #751 from TheAlgorithms/revert-737-Development
yanglbme 36f9779
Added the algorithm and test for Fibonacci Search
abhijay94 09c4cd7
Update FibonacciSearch.java
yanglbme e2a6b02
Merge pull request #753 from abhijay94/Development
yanglbme ea6c4e5
Added Singleton Design pattern implementation in Java and its test
abhijay94 4a3f871
Update src/test/java/com/designpatterns/singletonpattern/SingletonTes…
abhijay94 f01927d
Merge pull request #754 from abhijay94/Development
yanglbme 43d4722
Added Factory Design pattern implementation in Java and its test
abhijay94 c29640e
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 c11a061
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 77881f6
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 6ffb2d5
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 321ebea
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 616d5cf
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 21f8200
Merge pull request #756 from abhijay94/Development
yanglbme b532d70
Added Builder Design pattern implementation in Java and its test
abhijay94 6458e31
Merge pull request #757 from abhijay94/Development
yanglbme ee985d5
Added a sub-package for "creational" in order to organize the code be…
abhijay94 04f6924
Merge pull request #762 from abhijay94/Development
yanglbme ba90059
Added the prototype pattern and its unit test
abhijay94 4fd7698
Updated SimpleNoise test to use org.juint.Assert instead of jupiter
abhijay94 132060f
Merge branch 'Development' into Development
abhijay94 d8bfa59
Merge pull request #763 from abhijay94/Development
yanglbme b6772c5
Cast the second operand of Math.pow to double
abhijay94 5358f8d
Added space after typecast expression
abhijay94 c25da3c
Update src/main/java/com/generation/SimplexNoise.java
abhijay94 3f9ff6e
Prevent the byte from getting automatically promoted
abhijay94 4456658
Merge remote-tracking branch 'origin/Development' into Development
abhijay94 ceae5ee
Merge pull request #766 from abhijay94/Development
yanglbme 8841314
Added the code for Abstract factory pattern implementation and its un…
abhijay94 7e33042
@Test annotated methods must be public. Removed the annotation and ma…
abhijay94 fc42159
Merge pull request #767 from abhijay94/Development
yanglbme 13a0883
Update Sha2Test.java
yanglbme afe5d24
Added adapter pattern and its test case
abhijay94 a7a9abd
Corrected the package for the JUnit
abhijay94 c31c39a
Removed usage of BigInteger constructor for constants
abhijay94 837f635
Merge pull request #769 from abhijay94/Development
yanglbme d579b8e
feat: Add Maven frameworks support.
laingke 87693f0
fix: Correct the package path and reference
laingke d6002f8
docs: update README
laingke 3750999
Merge pull request #795 from laingke/Development
yanglbme 98982f8
Converting to a gradle project
renjithgr 6c8151f
Merge pull request #902 from renjithgr/Development
yanglbme 5d79026
adds proxy design pattern.
ali4j 6ad2c9f
Merge pull request #1178 from ali4j/Development
yanglbme e30d115
removes the Citizen class in src directory.
ali4j 45fee18
adds commit to the President class.
ali4j 56b374c
Fixed 'Generics' issue of bubble sort since Sort class should accept
5ec13c6
Merge pull request #1180 from myidrajkumar/Development
yanglbme 15d0f56
Merge pull request #2 from TheAlgorithms/Development
ali4j c52e12a
commits decorator design pattern.
ali4j 59eb36e
commits tests for testing decorator pattern.
ali4j 78f7a80
adds new test for testing encoding and compressing email.
ali4j 3fe20e3
Merge pull request #1186 from ali4j/Development
yanglbme f015210
Add simple gradle workflow
myronrotter 8b416b1
Merge pull request #1199 from myronrotter/Development
yanglbme 573b1ce
Update Maven URL from HTTP to HTTPS
leny-mi 2d4d7dd
Rewrote Stack.java
leny-mi d678fae
Merge pull request #1240 from leny-mi/Development
yanglbme f3f2661
Solve the Optimize method flip in SortUtils #1246
7b1c328
fix a bug #1250
fc75a15
Implement ternary search
9086252
Merge pull request #1256 from BenceLakos/feature/ternary
StepfenShawn f82bf1a
Add singly linked list
MohamedBechir a3c111b
Merge pull request #1288 from MohamedBechir/Development
anirudhmurali c6c6fff
IntQueue
iheb1196 6111fb7
Merge pull request #1289 from iheb1196/Development
anirudhmurali 4690efb
Merge pull request #1247 from BanQiaoGeXia/Development
StepfenShawn 2567859
CaesarBruteForce
SageTendo 8426bed
Merge pull request #1307 from SageTendo/Development
StepfenShawn ccf5065
Add HexadecimalToDecimal conversion
MohamedBechir 724ff7e
Add Hexadecimal to binary conversion
MohamedBechir fd24ffc
Fix requested changes
MohamedBechir 9ee9612
Take into consideration hexadecimal numbers with floating point
MohamedBechir 9f8abb0
Merge pull request #1328 from MohamedBechir/Development
deadshotsb 17ae1c6
add junit for test paass
alai32002 bf223bb
Merge pull request #1341 from alai32002/Development
deadshotsb 36e23bb
Added LFU cache implementation
tanmaylaud 80b765b
Merge pull request #1371 from tanmaylaud/Development
StepfenShawn 5466ff0
Added LRU cache implementation.
56a527a
Merge pull request #1385 from varnaa/Development
StepfenShawn 7fbf8f2
Removed code smells and followed naming convention
abhijaykumar 57c1967
Added constant for string literal - code smell
abhijaykumar 6aecb37
Removing unused generic variable - code smell
abhijaykumar 2d797fb
Corrected code smells with raw type and dangling else block
abhijaykumar e55f994
Merge pull request #1429 from abhijaykumar/Development
shellhub e7304d3
Revert "Fixed code smells after running sonarqube on the project"
shellhub 84914c8
Merge pull request #1432 from TheAlgorithms/revert-1429-Development
shellhub 60c77e5
Added cache type params to avoid build error on jdk8
abhijaykumar 32b02af
Merge branch 'Development' of https://github.com/TheAlgorithms/Java i…
abhijaykumar dd3b2d2
Fixed code smells detected by SonarQube - PR#1429
abhijaykumar dcdd17d
Merge pull request #1433 from abhijaykumar/Development
shellhub 87485b0
Revert "Revert "Fixed code smells after running sonarqube on the proj…
shellhub 452fa56
Merge pull request #1434 from TheAlgorithms/revert-1432-revert-1429-D…
shellhub 8e94826
actions on pull requests
shellhub 18b2930
Merge pull request #1464 from shellhub/Development
shellhub bdaabbb
fixed syntax error
shellhub 3c71071
Merge pull request #1465 from shellhub/Development
shellhub 72efcaa
Implementation for Round Robin Algorithm in Java with tests
geogiadim be160de
format code
shellhub 56a611a
Merge pull request #1462 from geogiadim/Development
shellhub f4f0dfd
Incorporate the class Alphabetical from string package
JackZeled0n 4591884
Merge pull request #1925 from JackZeled0n/Development
shellhub
Open
Adding Linear_Congruential_Generator under P.R.N.G #823
Merge pull request #1925 from JackZeled0n/Development
Aug 24, 2018
Aug 24, 2018
Aug 24, 2018
Aug 24, 2018
Aug 24, 2018
Aug 25, 2018
Aug 25, 2018
Aug 25, 2018
Aug 25, 2018
Aug 25, 2018
Aug 26, 2018
Aug 26, 2018
Aug 28, 2018
Aug 29, 2018
Aug 29, 2018
Aug 30, 2018
Sep 3, 2018
Sep 4, 2018
Sep 7, 2018
Sep 7, 2018
Sep 8, 2018
Sep 9, 2018
Sep 9, 2018
Oct 31, 2018
Nov 4, 2018
Nov 4, 2018
Nov 17, 2018
Dec 4, 2018
Dec 5, 2018
Dec 12, 2018
Dec 27, 2018
Jan 2, 2019
Jan 2, 2019
Jan 2, 2019
Jan 2, 2019
Jan 4, 2019
Jan 4, 2019
Jan 4, 2019
Jan 4, 2019
Jan 4, 2019
Jan 8, 2019
Jan 8, 2019
Jan 16, 2019
Jan 16, 2019
Jan 16, 2019
Jan 16, 2019
Jan 17, 2019
Jan 17, 2019
Jan 18, 2019
Jan 19, 2019
Jan 27, 2019
Jan 28, 2019
Jan 29, 2019
Jan 30, 2019
Jan 30, 2019
Jan 30, 2019
Jan 30, 2019
Jan 31, 2019
Jan 31, 2019
Feb 3, 2019
Feb 3, 2019
Feb 4, 2019
Feb 12, 2019
Feb 12, 2019
Feb 13, 2019
Feb 28, 2019
Feb 28, 2019
Mar 3, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 6, 2019
Mar 6, 2019
Mar 6, 2019
Mar 6, 2019
Mar 6, 2019
Mar 6, 2019
Mar 11, 2019
Mar 13, 2019
Mar 13, 2019
Mar 15, 2019
Mar 15, 2019
Mar 16, 2019
Mar 16, 2019
Mar 16, 2019
Mar 16, 2019
Mar 22, 2019
Mar 24, 2019
Mar 24, 2019
Mar 25, 2019
Mar 25, 2019
Mar 31, 2019
Apr 8, 2019
Apr 14, 2019
Apr 14, 2019
Apr 15, 2019
Apr 15, 2019
Apr 16, 2019
May 2, 2019
May 3, 2019
May 3, 2019
May 8, 2019
May 9, 2019
May 9, 2019
May 9, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 11, 2019
May 11, 2019
May 11, 2019
May 13, 2019
May 13, 2019
May 13, 2019
May 14, 2019
May 15, 2019
May 15, 2019
May 15, 2019
May 16, 2019
May 16, 2019
May 16, 2019
May 16, 2019
May 16, 2019
May 16, 2019
May 16, 2019
May 16, 2019
May 17, 2019
May 21, 2019
May 21, 2019
May 21, 2019
May 21, 2019
May 21, 2019
May 22, 2019
May 22, 2019
May 22, 2019
May 23, 2019
May 23, 2019
May 23, 2019
May 23, 2019
May 24, 2019
May 24, 2019
May 24, 2019
May 24, 2019
May 27, 2019
May 27, 2019
May 28, 2019
May 29, 2019
Jul 19, 2019
Jul 19, 2019
Jul 19, 2019
Aug 27, 2019
Sep 28, 2019
Sep 28, 2019
Nov 3, 2019
Nov 28, 2019
Nov 28, 2019
Nov 28, 2019
Dec 7, 2019
Dec 8, 2019
Dec 11, 2019
Dec 13, 2019
Dec 13, 2019
Dec 14, 2019
Dec 15, 2019
Jan 4, 2020
Jan 12, 2020
Mar 7, 2020
Mar 7, 2020
Mar 15, 2020
Mar 17, 2020
Mar 18, 2020
Mar 23, 2020
Apr 18, 2020
Apr 28, 2020
Apr 29, 2020
Apr 29, 2020
Apr 29, 2020
May 6, 2020
May 8, 2020
May 10, 2020
May 25, 2020
May 25, 2020
May 25, 2020
May 25, 2020
May 25, 2020
Jun 4, 2020
Jun 7, 2020
Jul 26, 2020
Jul 27, 2020
Aug 2, 2020
Aug 2, 2020
Aug 21, 2020
Aug 21, 2020
Aug 21, 2020
Aug 21, 2020
Aug 25, 2020
Aug 25, 2020
Aug 25, 2020
Aug 25, 2020
Aug 25, 2020
Aug 25, 2020
Aug 25, 2020
Aug 25, 2020
Aug 25, 2020
Sep 17, 2020
Sep 17, 2020
Sep 17, 2020
Sep 17, 2020
Sep 16, 2020
Sep 17, 2020
Sep 17, 2020
Oct 24, 2020
Oct 24, 2020
4591884
Select commit
3e999d9
Restructured the folder
varunu28 90a3820
Delete .classpath
varunu28 da58e6b
Delete .project
varunu28 39fb790
Update README.md
varunu28 ee0940d
Update README.md
varunu28 db9e4bb
Update README.md
varunu28 bcf4b61
add a Test
lq920320 d9c4639
add a Test
lq920320 5b76fca
Merge pull request #488 from lq920320/Development
varunu28 90a4c36
Added binary search and test
varunu28 89f1c37
add some tests for Sort
lq920320 3eff872
Merge pull request #490 from lq920320/Development
varunu28 0adfcac
Corrected project structure
varunu28 4709345
add Test for InsertionSort
lq920320 6de8705
add Test for InsertionSort;
lq920320 e4827bd
Merge pull request #500 from lq920320/Development
varunu28 6d2fa79
Added SimplexNoise
RalleYTN 0128a01
Made the required changes for the PR
RalleYTN 7a8191f
Negative Integer, worst case array test added
lakshay17244 c4a13fc
Merge pull request #512 from lakshay17244/patch-1
varunu28 4e7843b
Corrected the InsertionSort test
varunu28 999dc93
add MergeSortTest for MergeSort.
lq920320 08dc6ad
Merge pull request #514 from lq920320/Development
varunu28 c6ce36b
Added Linear Search, changed Binary search
Feconiz 7281281
Added StoogeSort algorithm and JUnit Test
LesliePinto89 829f7d7
Merge pull request #635 from LesliePinto89/Development
varunu28 c0ca537
Added Interpolation Search and JUnit test.
LesliePinto89 7c0c4bc
Merge pull request #647 from LesliePinto89/Development
yanglbme 6dcbaca
Added Jump Search algorithm and JUnit test
LesliePinto89 d814728
Merge pull request #628 from Feconiz/Development
yanglbme f65fc4d
Merge pull request #511 from RalleYTN/Development
yanglbme e15d329
Added algorithm class CountingSort and its corresponding test class C…
ani03sha 9763b6d
Added algorithm class CycleSort and its corresponding test class Cycl…
ani03sha c22449a
Fixed the CountingSort to incorporate negative values by adding offset
ani03sha a7a087d
Merge pull request #669 from ani03sha/Development
yanglbme 005380f
Added Pigeonhole Sort with its corresponding test cases
ani03sha 9fe55c8
Added Pigeonhole Sort with its corresponding test cases
ani03sha 1274140
Update PigeonholeSort.java
yanglbme e7a182b
Merge pull request #670 from ani03sha/Development
yanglbme 2e618c8
Add the Secure Hash Algorithm 2 family, namely SHA-224, SHA-256, SHA-384
604d5d3
Update Sha2.java
yanglbme 2f918ed
Merge pull request #673 from darius-welsch/Development
yanglbme 87eec2d
Add Base64 encoding and decoding
2b04588
README.md: fix broken links + minor orthographic and syntactic correc…
TimotheeChauvin 4f10211
moving sort algorithms into right place
AlienJimmey b61eb8c
moved sorts folder to fit with others test
AlienJimmey 2ef1e90
Merge pull request #686 from TimotheeChauvin/Development
yanglbme a8862c3
Merge pull request #687 from AlienJimmey/Development
yanglbme 9de5a02
add the Gale Shapley algorithm (with a test)
TimotheeChauvin e631e32
Merge pull request #691 from TimotheeChauvin/Development
yanglbme 6268d39
conversion binary to hexadecimal
arodriguez33 2bcc4c9
resolving comment
arodriguez33 6312a1e
binary number in 64 bits
arodriguez33 d082862
Update BinaryToHexadecimal.java
yanglbme 4f1fcee
Update BinaryToHexadecimalTest.java
yanglbme fe277cf
Merge pull request #694 from arodriguez33/Development
yanglbme c7f8f77
conversion decimal to hexadecimal
arodriguez33 a3b4e14
Update DecimalToHexadecimal.java
yanglbme 023ddee
Merge pull request #697 from arodriguez33/Development
yanglbme df085d0
convert decimal to octal value
arodriguez33 bf64bc6
Merge remote-tracking branch 'origin/Development' into Development
arodriguez33 edac7f3
Merge pull request #703 from arodriguez33/Development
yanglbme 50c7ba4
Merge pull request #685 from darius-welsch/Development
yanglbme 5c94611
Making the median calculating part safe from integer spillovers
crackCodeLogn 5227629
Merge pull request #706 from crackCodeLogn/Development
yanglbme a023542
Addint type package to have interfaces to take benefit of polymorphis…
ed53bd0
Making Sort interface as functional interface to exhibit the nature a…
3551433
Merge pull request #710 from AnkitAtBrillio/local
yanglbme c8ee96d
Adding Linked List based General queue implementation
320b5de
Making changes into method as per Oracle specifications
5ce337f
Code changes to adhere to code best practices
37b99ff
Update GeneralQueue.java
yanglbme 965c288
Update DataStructure.java
yanglbme 481be62
Update Queue.java
yanglbme 7f523ff
Merge pull request #712 from AnkitAtBrillio/local
yanglbme 61bb8b3
Update DecimalToHexadecimalTest.java
yanglbme c2e2402
Update DecimalToOctalTest.java
yanglbme 233f05d
Merge pull request #652 from LesliePinto89/Development
varunu28 7842c01
add BloomFilter
MrYangxf ee8147c
Merge pull request #714 from MrYangxf/Development
yanglbme 01b0296
added an implementation of disjoint-set
MrYangxf 822c91c
Merge pull request #716 from MrYangxf/Development
yanglbme 5f22570
Adding Stack implementation along with test class
27753bb
Removing inheritance from Vector class
46df09a
Update Stack.java
yanglbme 1093a49
Merge pull request #717 from AnkitAtBrillio/local
yanglbme e5b07eb
Update SimplexNoiseOctave.java
yanglbme 09ed874
Update Base64.java
jvinodkumar 2eec474
Add binary tree implementation with test
RicardoGuevara 4721cff
made requested changes for binary tree implementation
RicardoGuevara 9ee8039
Merge pull request #725 from RicardoGuevara/Development
yanglbme 39806e3
Merge pull request #723 from jvinodkumar/Development
yanglbme 7216f28
Added FastPower
DDullahan 91c1992
Commit BinaryToGray
nbdgit 3b72294
Commit BinaryToGrayTest
nbdgit 6938c40
Create DepthFirstSearch.java
abircb 4d9965c
Create DepthFirstSearchTest.java
abircb 785b570
Update DepthFirstSearch.java
abircb 230f04f
Apply suggestions from code review
havanagrawal c85caf5
fixed problems of code review from @havanagrawal
DDullahan f5754d3
Add StringBuilder class
nbdgit 1bf9cf6
Added the algorithm and test for Exponential Search
abhijay94 46e52f4
Update SimplexNoiseTest.java
yanglbme 37e6717
Merge pull request #750 from abhijay94/Development
yanglbme 60bb026
Update ExponentialSearch.java
yanglbme 8e8e14d
refactor: format code and fix typos
yanglbme 0c015fc
Merge pull request #734 from nbdgit/Development
yanglbme 184f644
update binaryToGray
yanglbme 64bd1a1
Merge pull request #731 from DDullahan/Development
yanglbme fbffeb6
refactor: update FastPower
yanglbme 1041b02
refactor: update FastPower
yanglbme cac1b0b
Delete FastPowerTest.java___jb_tmp___
yanglbme ada660a
refactor: update FastPower
yanglbme fa1503f
Apply suggestions from code review
abircb af6daf7
Merge pull request #737 from abircb/Development
yanglbme e5856e3
Revert "Added DepthFirstSearch.java and DepthFirstTestSearch.java"
yanglbme 0276ccd
Merge pull request #751 from TheAlgorithms/revert-737-Development
yanglbme 36f9779
Added the algorithm and test for Fibonacci Search
abhijay94 09c4cd7
Update FibonacciSearch.java
yanglbme e2a6b02
Merge pull request #753 from abhijay94/Development
yanglbme ea6c4e5
Added Singleton Design pattern implementation in Java and its test
abhijay94 4a3f871
Update src/test/java/com/designpatterns/singletonpattern/SingletonTes…
abhijay94 f01927d
Merge pull request #754 from abhijay94/Development
yanglbme 43d4722
Added Factory Design pattern implementation in Java and its test
abhijay94 c29640e
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 c11a061
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 77881f6
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 6ffb2d5
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 321ebea
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 616d5cf
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
abhijay94 21f8200
Merge pull request #756 from abhijay94/Development
yanglbme b532d70
Added Builder Design pattern implementation in Java and its test
abhijay94 6458e31
Merge pull request #757 from abhijay94/Development
yanglbme ee985d5
Added a sub-package for "creational" in order to organize the code be…
abhijay94 04f6924
Merge pull request #762 from abhijay94/Development
yanglbme ba90059
Added the prototype pattern and its unit test
abhijay94 4fd7698
Updated SimpleNoise test to use org.juint.Assert instead of jupiter
abhijay94 132060f
Merge branch 'Development' into Development
abhijay94 d8bfa59
Merge pull request #763 from abhijay94/Development
yanglbme b6772c5
Cast the second operand of Math.pow to double
abhijay94 5358f8d
Added space after typecast expression
abhijay94 c25da3c
Update src/main/java/com/generation/SimplexNoise.java
abhijay94 3f9ff6e
Prevent the byte from getting automatically promoted
abhijay94 4456658
Merge remote-tracking branch 'origin/Development' into Development
abhijay94 ceae5ee
Merge pull request #766 from abhijay94/Development
yanglbme 8841314
Added the code for Abstract factory pattern implementation and its un…
abhijay94 7e33042
@Test annotated methods must be public. Removed the annotation and ma…
abhijay94 fc42159
Merge pull request #767 from abhijay94/Development
yanglbme 13a0883
Update Sha2Test.java
yanglbme afe5d24
Added adapter pattern and its test case
abhijay94 a7a9abd
Corrected the package for the JUnit
abhijay94 c31c39a
Removed usage of BigInteger constructor for constants
abhijay94 837f635
Merge pull request #769 from abhijay94/Development
yanglbme d579b8e
feat: Add Maven frameworks support.
laingke 87693f0
fix: Correct the package path and reference
laingke d6002f8
docs: update README
laingke 3750999
Merge pull request #795 from laingke/Development
yanglbme 98982f8
Converting to a gradle project
renjithgr 6c8151f
Merge pull request #902 from renjithgr/Development
yanglbme 5d79026
adds proxy design pattern.
ali4j 6ad2c9f
Merge pull request #1178 from ali4j/Development
yanglbme e30d115
removes the Citizen class in src directory.
ali4j 45fee18
adds commit to the President class.
ali4j 56b374c
Fixed 'Generics' issue of bubble sort since Sort class should accept
5ec13c6
Merge pull request #1180 from myidrajkumar/Development
yanglbme 15d0f56
Merge pull request #2 from TheAlgorithms/Development
ali4j c52e12a
commits decorator design pattern.
ali4j 59eb36e
commits tests for testing decorator pattern.
ali4j 78f7a80
adds new test for testing encoding and compressing email.
ali4j 3fe20e3
Merge pull request #1186 from ali4j/Development
yanglbme f015210
Add simple gradle workflow
myronrotter 8b416b1
Merge pull request #1199 from myronrotter/Development
yanglbme 573b1ce
Update Maven URL from HTTP to HTTPS
leny-mi 2d4d7dd
Rewrote Stack.java
leny-mi d678fae
Merge pull request #1240 from leny-mi/Development
yanglbme f3f2661
Solve the Optimize method flip in SortUtils #1246
7b1c328
fix a bug #1250
fc75a15
Implement ternary search
9086252
Merge pull request #1256 from BenceLakos/feature/ternary
StepfenShawn f82bf1a
Add singly linked list
MohamedBechir a3c111b
Merge pull request #1288 from MohamedBechir/Development
anirudhmurali c6c6fff
IntQueue
iheb1196 6111fb7
Merge pull request #1289 from iheb1196/Development
anirudhmurali 4690efb
Merge pull request #1247 from BanQiaoGeXia/Development
StepfenShawn 2567859
CaesarBruteForce
SageTendo 8426bed
Merge pull request #1307 from SageTendo/Development
StepfenShawn ccf5065
Add HexadecimalToDecimal conversion
MohamedBechir 724ff7e
Add Hexadecimal to binary conversion
MohamedBechir fd24ffc
Fix requested changes
MohamedBechir 9ee9612
Take into consideration hexadecimal numbers with floating point
MohamedBechir 9f8abb0
Merge pull request #1328 from MohamedBechir/Development
deadshotsb 17ae1c6
add junit for test paass
alai32002 bf223bb
Merge pull request #1341 from alai32002/Development
deadshotsb 36e23bb
Added LFU cache implementation
tanmaylaud 80b765b
Merge pull request #1371 from tanmaylaud/Development
StepfenShawn 5466ff0
Added LRU cache implementation.
56a527a
Merge pull request #1385 from varnaa/Development
StepfenShawn 7fbf8f2
Removed code smells and followed naming convention
abhijaykumar 57c1967
Added constant for string literal - code smell
abhijaykumar 6aecb37
Removing unused generic variable - code smell
abhijaykumar 2d797fb
Corrected code smells with raw type and dangling else block
abhijaykumar e55f994
Merge pull request #1429 from abhijaykumar/Development
shellhub e7304d3
Revert "Fixed code smells after running sonarqube on the project"
shellhub 84914c8
Merge pull request #1432 from TheAlgorithms/revert-1429-Development
shellhub 60c77e5
Added cache type params to avoid build error on jdk8
abhijaykumar 32b02af
Merge branch 'Development' of https://github.com/TheAlgorithms/Java i…
abhijaykumar dd3b2d2
Fixed code smells detected by SonarQube - PR#1429
abhijaykumar dcdd17d
Merge pull request #1433 from abhijaykumar/Development
shellhub 87485b0
Revert "Revert "Fixed code smells after running sonarqube on the proj…
shellhub 452fa56
Merge pull request #1434 from TheAlgorithms/revert-1432-revert-1429-D…
shellhub 8e94826
actions on pull requests
shellhub 18b2930
Merge pull request #1464 from shellhub/Development
shellhub bdaabbb
fixed syntax error
shellhub 3c71071
Merge pull request #1465 from shellhub/Development
shellhub 72efcaa
Implementation for Round Robin Algorithm in Java with tests
geogiadim be160de
format code
shellhub 56a611a
Merge pull request #1462 from geogiadim/Development
shellhub f4f0dfd
Incorporate the class Alphabetical from string package
JackZeled0n 4591884
Merge pull request #1925 from JackZeled0n/Development
shellhub 
Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
