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

Closes #3461 Add an interface for matrix search algorithms #3464

Merged
merged 1 commit into from Oct 9, 2022

Conversation

aitorfi
Copy link
Contributor

@aitorfi aitorfi commented Oct 9, 2022

Describe your change:

Added an interface for search algorithms that use matrixes and formatted the classes that implement the interface.

References

Closes #3461

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.
  • All filenames are in all uppercase characters with no spaces or dashes.
  • All functions and variable names follow Java naming conventions.
  • If this pull request resolves one or more open issues then the commit message contains Fixes: #{$ISSUE_NO}.

@aitorfi aitorfi requested review from siriak and yanglbme as code owners Oct 9, 2022
siriak
siriak approved these changes Oct 9, 2022
Copy link
Member

@siriak siriak left a comment

Looks good, thanks!

@siriak siriak merged commit 03a4832 into TheAlgorithms:master Oct 9, 2022
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an interface for matrix search algorithms
2 participants