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
Commits on Aug 24, 2018
-
varunu28 committed
Aug 24, 2018 -
varunu28 committed
Aug 24, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
varunu28 committed
Aug 24, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
varunu28 committed
Aug 24, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
varunu28 committed
Aug 24, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Aug 25, 2018
-
varunu28 committed
Aug 25, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
lq920320 committed
Aug 25, 2018 -
lq920320 committed
Aug 25, 2018 -
Merge pull request #488 from lq920320/Development
add a Test about AnyBaseToDecimal.java
varunu28 committedAug 25, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
varunu28 committed
Aug 25, 2018
Commits on Aug 26, 2018
-
lq920320 committed
Aug 26, 2018 -
Merge pull request #490 from lq920320/Development
add some tests for Sort
varunu28 committedAug 26, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Aug 28, 2018
-
varunu28 committed
Aug 28, 2018
Commits on Aug 30, 2018
-
Merge pull request #500 from lq920320/Development
add Test for InsertionSort
varunu28 committedAug 30, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Sep 3, 2018
-
Signed-off-by: Ralph Niemitz <ralph.niemitz@gmx.de>
RalleYTN committedSep 3, 2018
Commits on Sep 4, 2018
-
Made the required changes for the PR
RalleYTN committedSep 4, 2018
Commits on Sep 7, 2018
-
Negative Integer, worst case array test added
lakshay17244 committedSep 7, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #512 from lakshay17244/patch-1
Negative Integer, worst case array test added
varunu28 committedSep 7, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Sep 8, 2018
-
Corrected the InsertionSort test
varunu28 committedSep 8, 2018
Commits on Sep 9, 2018
-
add MergeSortTest for MergeSort.
lq920320 committedSep 9, 2018 -
Merge pull request #514 from lq920320/Development
add MergeSortTest for MergeSort.
varunu28 committedSep 9, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Oct 31, 2018
-
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.
Feconiz committedOct 31, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 4, 2018
-
Added StoogeSort algorithm and JUnit Test
LesliePinto89 committedNov 4, 2018 -
Merge pull request #635 from LesliePinto89/Development
Added StoogeSort algorithm and JUnit Test
varunu28 committedNov 4, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 17, 2018
-
Added Interpolation Search and JUnit test.
LesliePinto89 committedNov 17, 2018
Commits on Dec 4, 2018
-
Merge pull request #647 from LesliePinto89/Development
Added Interpolation Search and JUnit test.
yanglbme committedDec 4, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 5, 2018
-
Added Jump Search algorithm and JUnit test
LesliePinto89 committedDec 5, 2018
Commits on Dec 12, 2018
-
Merge pull request #628 from Feconiz/Development
Added Linear Search, changed Binary search
yanglbme committedDec 12, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 27, 2018
-
Merge pull request #511 from RalleYTN/Development
Added SimplexNoise
yanglbme committedDec 27, 2018 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jan 2, 2019
-
Merge pull request #669 from ani03sha/Development
Added Counting Sort and Cycle Sort
yanglbme committedJan 2, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jan 4, 2019
-
yanglbme committed
Jan 4, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #670 from ani03sha/Development
Added Pigeonhole Sort with its corresponding test cases
yanglbme committedJan 4, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Add the Secure Hash Algorithm 2 family, namely SHA-224, SHA-256, SHA-384
and SHA-512
darius-welsch/ committedJan 4, 2019
Commits on Jan 8, 2019
-
yanglbme committed
Jan 8, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #673 from darius-welsch/Development
Secure Hash Algorithm 2 (SHA-224, SHA-256, SHA-384, SHA-512)
yanglbme committedJan 8, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jan 16, 2019
-
Add Base64 encoding and decoding
darius-welsch committedJan 16, 2019 -
README.md: fix broken links + minor orthographic and syntactic correc…
…tions
TimotheeChauvin committedJan 16, 2019 -
moving sort algorithms into right place
AlienJimmey committedJan 16, 2019 -
moved sorts folder to fit with others test
AlienJimmey committedJan 16, 2019
Commits on Jan 17, 2019
-
Merge pull request #686 from TimotheeChauvin/Development
README.md: fix broken links + minor orthographic and syntactic corrections
yanglbme committedJan 17, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #687 from AlienJimmey/Development
updated folders structure
yanglbme committedJan 17, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jan 18, 2019
-
add the Gale Shapley algorithm (with a test)
TimotheeChauvin committedJan 18, 2019
Commits on Jan 19, 2019
-
Merge pull request #691 from TimotheeChauvin/Development
add the Gale Shapley algorithm and its test
yanglbme committedJan 19, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jan 27, 2019
-
conversion binary to hexadecimal
arodriguez33 committedJan 27, 2019
Commits on Jan 28, 2019
-
arodriguez33 committed
Jan 28, 2019
Commits on Jan 29, 2019
-
arodriguez33 committed
Jan 29, 2019
Commits on Jan 30, 2019
-
Update BinaryToHexadecimal.java
yanglbme committedJan 30, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Update BinaryToHexadecimalTest.java
yanglbme committedJan 30, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #694 from arodriguez33/Development
conversion binary to hexadecimal
yanglbme committedJan 30, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
conversion decimal to hexadecimal
arodriguez33 committedJan 30, 2019
Commits on Jan 31, 2019
-
Update DecimalToHexadecimal.java
yanglbme committedJan 31, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Feb 3, 2019
-
convert decimal to octal value
arodriguez33 committedFeb 3, 2019 -
Merge remote-tracking branch 'origin/Development' into Development
arodriguez33 committedFeb 3, 2019
Commits on Feb 4, 2019
-
Merge pull request #703 from arodriguez33/Development
convert decimal to octal
yanglbme committedFeb 4, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Feb 12, 2019
-
Merge pull request #685 from darius-welsch/Development
Add Base64 encoding and decoding
yanglbme committedFeb 12, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Making the median calculating part safe from integer spillovers
crackCodeLogn committedFeb 12, 2019
Commits on Feb 13, 2019
-
Merge pull request #706 from crackCodeLogn/Development
Making the median calculating part safe from integer spillovers
yanglbme committedFeb 13, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Feb 28, 2019
-
Addint type package to have interfaces to take benefit of polymorphis…
…m features
asri71 committedFeb 28, 2019 -
Making Sort interface as functional interface to exhibit the nature a…
…nd functionality of the interface more clearly to client
asri71 committedFeb 28, 2019
Commits on Mar 3, 2019
-
Merge pull request #710 from AnkitAtBrillio/local
Adding interface for sorting to use polymorphism features.
yanglbme committedMar 3, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 5, 2019
-
Adding Linked List based General queue implementation
asri71 committedMar 5, 2019 -
Making changes into method as per Oracle specifications
asri71 committedMar 5, 2019 -
Code changes to adhere to code best practices
asri71 committedMar 5, 2019
Commits on Mar 6, 2019
-
yanglbme committed
Mar 6, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
yanglbme committed
Mar 6, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
yanglbme committed
Mar 6, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #712 from AnkitAtBrillio/local
Adding Linked List based General queue implementation
yanglbme committedMar 6, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Update DecimalToHexadecimalTest.java
yanglbme committedMar 6, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Update DecimalToOctalTest.java
yanglbme committedMar 6, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 11, 2019
-
Merge pull request #652 from LesliePinto89/Development
Added Jump Search algorithm and JUnit test
varunu28 committedMar 11, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 13, 2019
-
MrYangxf committed
Mar 13, 2019 -
Merge pull request #714 from MrYangxf/Development
Add a simple implementation of Bloom filter.
yanglbme committedMar 13, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 15, 2019
-
added an implementation of disjoint-set
MrYangxf committedMar 15, 2019 -
Merge pull request #716 from MrYangxf/Development
Add an implementation of disjoint-set
yanglbme committedMar 15, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 16, 2019
-
Adding Stack implementation along with test class
asri71 committedMar 16, 2019 -
Removing inheritance from Vector class
asri71 committedMar 16, 2019 -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #717 from AnkitAtBrillio/local
Adding Stack implementation along with test class
yanglbme committedMar 16, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 22, 2019
-
Update SimplexNoiseOctave.java
yanglbme committedMar 22, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 24, 2019
-
jvinodkumar committed
Mar 24, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Add binary tree implementation with test
RicardoGuevara committedMar 24, 2019
Commits on Mar 25, 2019
-
made requested changes for binary tree implementation
RicardoGuevara committedMar 25, 2019 -
Merge pull request #725 from RicardoGuevara/Development
Add binary tree implementation with test
yanglbme committedMar 25, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 31, 2019
-
Merge pull request #723 from jvinodkumar/Development
Update Base64.java
yanglbme committedMar 31, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Apr 8, 2019
Commits on Apr 15, 2019
-
abircb committed
Apr 15, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Create DepthFirstSearchTest.java
this test is created for the DepthFirstSearch.java file- that I added- containing the DepthFirstSearch algorithm
abircb committedApr 15, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Apr 16, 2019
-
abircb committed
Apr 16, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 2, 2019
-
Apply suggestions from code review
Co-Authored-By: nbdgit <48550673+nbdgit@users.noreply.github.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 3, 2019
-
fixed problems of code review from @havanagrawal
DDullahan committedMay 3, 2019 -
nbdgit committed
May 3, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 8, 2019
-
Added the algorithm and test for Exponential Search
abhijay94 committedMay 8, 2019
Commits on May 9, 2019
-
yanglbme committed
May 9, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #750 from abhijay94/Development
Added the algorithm and test cases for Exponential Search
yanglbme committedMay 9, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
yanglbme committed
May 9, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 10, 2019
-
refactor: format code and fix typos
yanglbme committedMay 10, 2019 -
Merge pull request #734 from nbdgit/Development
Added Binary to Gray code conversion
yanglbme committedMay 10, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
yanglbme committed
May 10, 2019 -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
yanglbme committed
May 10, 2019 -
yanglbme committed
May 10, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Delete FastPowerTest.java___jb_tmp___
yanglbme committedMay 10, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
yanglbme committed
May 10, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Apply suggestions from code review
Update DepthFirstSearch.java - signature removed, and whitespaces resolved Co-Authored-By: Libin Yang <contact@yanglibin.info>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 11, 2019
-
Merge pull request #737 from abircb/Development
Added DepthFirstSearch.java and DepthFirstTestSearch.java
yanglbme committedMay 11, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Revert "Added DepthFirstSearch.java and DepthFirstTestSearch.java"
yanglbme committedMay 11, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #751 from TheAlgorithms/revert-737-Development
Revert "Added DepthFirstSearch.java and DepthFirstTestSearch.java"
yanglbme committedMay 11, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 13, 2019
-
Added the algorithm and test for Fibonacci Search
abhijay94 committedMay 13, 2019 -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #753 from abhijay94/Development
Added the algorithm and test for Fibonacci Search
yanglbme committedMay 13, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 14, 2019
-
Added Singleton Design pattern implementation in Java and its test
abhijay94 committedMay 14, 2019
Commits on May 15, 2019
-
Update src/test/java/com/designpatterns/singletonpattern/SingletonTes…
…t.java Removed println statement Co-Authored-By: Libin Yang <contact@yanglibin.info>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #754 from abhijay94/Development
Added Singleton Design pattern implementation in Java and its test
yanglbme committedMay 15, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Added Factory Design pattern implementation in Java and its test
abhijay94 committedMay 15, 2019
Commits on May 16, 2019
-
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
…Test.java Co-Authored-By: Libin Yang <contact@yanglibin.info>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
…Test.java Co-Authored-By: Libin Yang <contact@yanglibin.info>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
…Test.java Co-Authored-By: Libin Yang <contact@yanglibin.info>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
…Test.java Co-Authored-By: Libin Yang <contact@yanglibin.info>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
…Test.java Co-Authored-By: Libin Yang <contact@yanglibin.info>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Update src/test/java/com/designpatterns/factorypattern/PolygonFactory…
…Test.java Co-Authored-By: Libin Yang <contact@yanglibin.info>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #756 from abhijay94/Development
Added Factory pattern implementation in Java and its test
yanglbme committedMay 16, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Added Builder Design pattern implementation in Java and its test
abhijay94 committedMay 16, 2019
Commits on May 17, 2019
-
Merge pull request #757 from abhijay94/Development
Added Builder Design pattern implementation in Java and its test
yanglbme committedMay 17, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 21, 2019
-
Added a sub-package for "creational" in order to organize the code be…
…tter
abhijay94 committedMay 21, 2019 -
Merge pull request #762 from abhijay94/Development
Added a sub-package for "creational" in order to organize the code
yanglbme committedMay 21, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Added the prototype pattern and its unit test
abhijay94 committedMay 21, 2019 -
Updated SimpleNoise test to use org.juint.Assert instead of jupiter
abhijay94 committedMay 21, 2019 -
Merge branch 'Development' into Development
abhijay94 committedMay 21, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 22, 2019
-
Merge pull request #763 from abhijay94/Development
Added the prototype pattern and its unit test
yanglbme committedMay 22, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Cast the second operand of Math.pow to double
abhijay94 committedMay 22, 2019 -
Added space after typecast expression
Co-Authored-By: Libin Yang <contact@yanglibin.info>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 23, 2019
-
Update src/main/java/com/generation/SimplexNoise.java
Co-Authored-By: Libin Yang <contact@yanglibin.info>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Prevent the byte from getting automatically promoted
abhijay94 committedMay 23, 2019 -
Merge remote-tracking branch 'origin/Development' into Development
abhijay94 committedMay 23, 2019 -
Merge pull request #766 from abhijay94/Development
Cast the second operand of Math.pow to double - SonarQube analysis
yanglbme committedMay 23, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 24, 2019
-
Added the code for Abstract factory pattern implementation and its un…
…it test
abhijay94 committedMay 24, 2019 -
@test annotated methods must be public. Removed the annotation and ma…
…de methods private
abhijay94 committedMay 24, 2019 -
Merge pull request #767 from abhijay94/Development
Added the code for Abstract factory pattern implementation and JUnit
yanglbme committedMay 24, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 27, 2019
-
Added adapter pattern and its test case
abhijay94 committedMay 27, 2019 -
Corrected the package for the JUnit
abhijay94 committedMay 27, 2019
Commits on May 28, 2019
-
Removed usage of BigInteger constructor for constants
abhijay94 committedMay 28, 2019
Commits on May 29, 2019
-
Merge pull request #769 from abhijay94/Development
Added adapter pattern and its test case
yanglbme committedMay 29, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jul 19, 2019
-
feat: Add Maven frameworks support.
1. Add JUnit Jupiter dependency; 2. Add maven-resources-plugin to fix path problem in SimplexNoise testcase; 3. Add maven-compiler-plugin to tell the default compiler version;
laingke committedJul 19, 2019 -
fix: Correct the package path and reference
laingke committedJul 19, 2019 -
laingke committed
Jul 19, 2019
Commits on Aug 27, 2019
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Sep 28, 2019
-
Converting to a gradle project
renjithgr committedSep 28, 2019 -
Merge pull request #902 from renjithgr/Development
Use Gradle instead of Maven
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 3, 2019
-
ali4j committed
Nov 3, 2019
Commits on Nov 28, 2019
-
Merge pull request #1178 from ali4j/Development
Adding Proxy Design Pattern
yanglbme committedNov 28, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
removes the Citizen class in src directory.
changes messages printed by the secretary and the president.
ali4j committedNov 28, 2019 -
adds commit to the President class.
ali4j committedNov 28, 2019
Commits on Dec 7, 2019
-
Fixed 'Generics' issue of bubble sort since Sort class should accept
only comparable datatype rather than just restricting sort method
Rajkumar authored and Rajkumar committedDec 7, 2019
Commits on Dec 8, 2019
-
Merge pull request #1180 from myidrajkumar/Development
Fixing 'Generics' issue in Sort
yanglbme committedDec 8, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 11, 2019
-
Merge pull request #2 from TheAlgorithms/Development
merging thealgorithms/java to ali4j/java dev branch
ali4j committedDec 11, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 13, 2019
-
commits decorator design pattern.
ali4j committedDec 13, 2019 -
commits tests for testing decorator pattern.
ali4j committedDec 13, 2019
Commits on Dec 14, 2019
-
adds new test for testing encoding and compressing email.
ali4j committedDec 14, 2019
Commits on Dec 15, 2019
-
Merge pull request #1186 from ali4j/Development
Decorator pattern Implementation
yanglbme committedDec 15, 2019 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jan 4, 2020
-
myronrotter committed
Jan 4, 2020
Commits on Jan 12, 2020
-
Merge pull request #1199 from myronrotter/Development
Add simple gradle workflow for Development
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 7, 2020
-
Update Maven URL from HTTP to HTTPS
Since January 15, 2020 Maven Central no longer supports insecure communication over plain HTTP and requires that all requests to the repository are encrypted over HTTPS.
leny-mi committedMar 7, 2020 -
The previous implementation would show unexpected behaviour when using the values returned by pop() and peek(). Generic type was needed but not used in implementation thus leading to redundancy. push() had unnecessary return type.
leny-mi committedMar 7, 2020
Commits on Mar 15, 2020
-
Merge pull request #1240 from leny-mi/Development
Fix maven link and correct Stack implementation
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 17, 2020
-
Solve the Optimize method flip in SortUtils #1246
MK committedMar 17, 2020
Commits on Mar 23, 2020
-
Bence Lakos committed
Mar 23, 2020
Commits on Apr 18, 2020
-
Merge pull request #1256 from BenceLakos/feature/ternary
Implement ternary search
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Apr 28, 2020
-
MohamedBechir committed
Apr 28, 2020
Commits on Apr 29, 2020
-
Merge pull request #1288 from MohamedBechir/Development
Add singly linked list
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1289 from iheb1196/Development
Integer Queue
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 6, 2020
-
Merge pull request #1247 from BanQiaoGeXia/Development
Optimize method flip in SortUtils #1246
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 8, 2020
-
SageTendo committed
May 8, 2020
Commits on May 10, 2020
-
Merge pull request #1307 from SageTendo/Development
CaesarBruteForce
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on May 25, 2020
-
Add HexadecimalToDecimal conversion
MohamedBechir committedMay 25, 2020 -
Add Hexadecimal to binary conversion
MohamedBechir committedMay 25, 2020 -
MohamedBechir committed
May 25, 2020 -
Take into consideration hexadecimal numbers with floating point
MohamedBechir committedMay 25, 2020 -
Merge pull request #1328 from MohamedBechir/Development
Add hexadecimal to binary and hexadecimal to decimal conversions
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jun 4, 2020
-
alai32002 committed
Jun 4, 2020
Commits on Jun 7, 2020
-
Merge pull request #1341 from alai32002/Development
add junit for test paass
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jul 26, 2020
-
Added LFU cache implementation
tanmaylaud committedJul 26, 2020
Commits on Jul 27, 2020
-
Merge pull request #1371 from tanmaylaud/Development
Added LFU Cache implementation
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Aug 2, 2020
-
Added LRU cache implementation.
varnaa committedAug 2, 2020 -
Merge pull request #1385 from varnaa/Development
Added LRU cache implementation.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Aug 21, 2020
-
Removed code smells and followed naming convention
- Local variable names in java must be with the default regular expression ^[a-z][a-zA-Z0-9]*$ https://rules.sonarsource.com/java/tag/convention/RSPEC-117 - The diamond operator ("<>") should be used when the type of the maps are already defined https://rules.sonarsource.com/java/RSPEC-2293 - Package names being camel cased is a code smell
abhijaykumar committedAug 21, 2020 -
Added constant for string literal - code smell
String literals should not be duplicated https://rules.sonarsource.com/java/RSPEC-1192
abhijaykumar committedAug 21, 2020 -
Removing unused generic variable - code smell
abhijaykumar committedAug 21, 2020 -
Corrected code smells with raw type and dangling else block
-Generic types shouldn't be used raw (without type parameters) in variable declarations or return values. Doing so bypasses generic type checking, and defers the catch of unsafe code to runtime. https://rules.sonarsource.com/java/RSPEC-3740 - The dangling else problem appears when nested if/else statements are written without curly braces. In this case, else is associated with the nearest if but that is not always obvious and sometimes the indentation can also be misleading. https://rules.sonarsource.com/java/tag/confusing/RSPEC-5261
abhijaykumar committedAug 21, 2020
Commits on Aug 25, 2020
-
Merge pull request #1429 from abhijaykumar/Development
Fixed code smells after running sonarqube on the project
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Revert "Fixed code smells after running sonarqube on the project"
shellhub committedAug 25, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1432 from TheAlgorithms/revert-1429-Development
Revert "Fixed code smells after running sonarqube on the project"
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Added cache type params to avoid build error on jdk8
abhijaykumar committedAug 25, 2020 -
Merge branch 'Development' of https://github.com/TheAlgorithms/Java i…
…nto Development
abhijaykumar committedAug 25, 2020 -
Merge pull request #1433 from abhijaykumar/Development
Added LinkedHashMap cache type params to avoid build error
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Revert "Revert "Fixed code smells after running sonarqube on the proj…
…ect""
shellhub committedAug 25, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1434 from TheAlgorithms/revert-1432-revert-1429-D…
…evelopment Revert "Revert "Fixed code smells after running sonarqube on the project""
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Sep 17, 2020
-
shellhub committed
Sep 17, 2020 -
Merge pull request #1464 from shellhub/Development
Fixed actions on pull requests
shellhub committedSep 17, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Merge pull request #1465 from shellhub/Development
Fixed syntax error
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
-
Merge pull request #1462 from geogiadim/Development
Implementation for Round Robin Algorithm in Java with tests
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Oct 24, 2020
-
-
Merge pull request #1925 from JackZeled0n/Development
Incorporate the class Alphabetical from string package
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits