The Wayback Machine - https://web.archive.org/web/20201103185704/https://github.com/TheAlgorithms/Java/pull/804
Skip to content
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

Development #804

Open
wants to merge 153 commits into
base: master
from
Open

Development #804

wants to merge 153 commits into from

Conversation

@thearvind
Copy link

@thearvind thearvind commented Aug 1, 2019

No description provided.

varunu28 and others added 30 commits Aug 24, 2018
add a Test about AnyBaseToDecimal.java
add some tests for Sort
delete print statements from Test files.
add Test for InsertionSort
Signed-off-by: Ralph Niemitz <[email protected]>
Negative Integer, worst case array test added
add MergeSortTest for MergeSort.
-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.
Added StoogeSort algorithm and JUnit Test
Added Interpolation Search and JUnit test.
Added Linear Search, changed Binary search
abhijay94 and others added 29 commits May 16, 2019
…Test.java

Co-Authored-By: Libin Yang <[email protected]>
…Test.java

Co-Authored-By: Libin Yang <[email protected]>
…Test.java

Co-Authored-By: Libin Yang <[email protected]>
…Test.java

Co-Authored-By: Libin Yang <[email protected]>
…Test.java

Co-Authored-By: Libin Yang <[email protected]>
…Test.java

Co-Authored-By: Libin Yang <[email protected]>
Added Factory pattern implementation in Java and its test
Added Builder Design pattern implementation in Java and its test
Added a sub-package for "creational" in order to organize the code
Added the prototype pattern and its unit test
Co-Authored-By: Libin Yang <[email protected]>
Co-Authored-By: Libin Yang <[email protected]>
Cast the second operand of Math.pow to double - SonarQube analysis
Added the code for Abstract factory pattern implementation and JUnit
Fix #768
Added adapter pattern and its test case
public class QuickSortTest {

@Test
public void quickSortTest() {
QuickSort quickSort = new QuickSort();

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

You can’t perform that action at this time.