Skip to content

sync #1

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

Merged
merged 250 commits into from
Apr 24, 2022
Merged

sync #1

merged 250 commits into from
Apr 24, 2022

Conversation

zouyanjian
Copy link
Owner

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}.

Panquesito7 and others added 30 commits April 30, 2021 13:02
* reformat merge sort

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
…lopment) (#2232)

* Add Horspool algorithm
* Add wikipedia link and move to strings package
* create Readme.md for stacks

* Update README.md

Co-authored-by: Yang Libin <contact@yanglibin.info>
* added class PiNilakantha.java
which calculates Pi using Nilakanthas infinite series

* added link to explanation
partially fixes #2323
Co-authored-by: Rajat <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: o0ovano0o <o0ovano0o@users.noreply.github.com>
Co-authored-by: Özgün Gökşenli <ogoksenli@kocfinans.com.tr>
Co-authored-by: Burk Hufnagel <304328+BurkHufnagel@example.com>
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
leren1 and others added 29 commits March 10, 2022 19:56
Co-authored-by: Rushi <rs397441@dal.ca>
* Add test for Anagrams
* Update Anagrams.java

Co-authored-by: Yang Libin <contact@yanglibin.info>
Co-authored-by: Yang Libin <contact@yanglibin.info>
Fix #3019

Co-authored-by: Yang Libin <szuyanglb@outlook.com>
Fix #3017

Co-authored-by: Yang Libin <szuyanglb@outlook.com>
Fix #3015

Co-authored-by: Yang Libin <szuyanglb@outlook.com>
Fix #3028

Co-authored-by: Yang Libin <szuyanglb@outlook.com>
Fix #3030

Co-authored-by: Yang Libin <szuyanglb@outlook.com>
Co-authored-by: Samir M'Sallem <samir.msallem@valtech-mobility.com>
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
@zouyanjian zouyanjian merged commit 0c53b5d into zouyanjian:master Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment