The Wayback Machine - https://web.archive.org/web/20201103184222/https://github.com/TheAlgorithms/Java/pull/1485
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 #1485

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

Development #1485

wants to merge 153 commits into from

Conversation

@FacefateWDS
Copy link

@FacefateWDS FacefateWDS commented Sep 30, 2020

Describe your change:

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • Documentation change?

References

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
  • All new Java files are placed inside an existing directory.
  • All filenames are in all uppercase characters with no spaces or dashes.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
  • If this pull request resolves one or more open issues then the commit message contains Fixes: #{$ISSUE_NO}.
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 30 commits May 15, 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
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.