-
Notifications
You must be signed in to change notification settings - Fork 20.1k
Add matrix multiplication with double[][] and unit tests #6417
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
DenizAltunkapan
merged 29 commits into
TheAlgorithms:master
from
Nishitha0730:my_algorithm
Jul 21, 2025
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
fcfd803
MatrixMultiplication.java created and updated.
Nishitha0730 c9f57d0
Add necessary comment to MatrixMultiplication.java
Nishitha0730 16c9897
Create MatrixMultiplicationTest.java
Nishitha0730 1ff92f5
method for 2 by 2 matrix multiplication is created
Nishitha0730 855d20f
Use assertMatrixEquals(), otherwise there can be error due to floatin…
Nishitha0730 05064a5
assertMatrixEquals method created and updated
Nishitha0730 4e4625c
method created for 3by2 matrix multiply with 2by1 matrix
Nishitha0730 f661455
method created for null matrix multiplication
Nishitha0730 a9438d2
method for test matrix dimension error
Nishitha0730 4bf395b
method for test empty matrix input
Nishitha0730 64a97db
testMultiply3by2and2by1 test case updated
Nishitha0730 6d16a54
Check for empty matrices part updated
Nishitha0730 65927d8
Updated Unit test coverage
Nishitha0730 1a58232
files updated
Nishitha0730 414200e
clean the code
Nishitha0730 d150bb2
clean the code
Nishitha0730 1858c69
Updated files with google-java-format
Nishitha0730 56baf84
Updated files
Nishitha0730 ca40a2b
Updated files
Nishitha0730 d633a3e
Updated files
Nishitha0730 4257686
Updated files
Nishitha0730 a9d9c39
Merge branch 'master' into my_algorithm
DenizAltunkapan dcec054
Add reference links and complexities
Nishitha0730 410d22f
Merge remote-tracking branch 'origin/my_algorithm' into my_algorithm
Nishitha0730 c243140
Add test cases for 1by1 matrix and non-rectangular matrix
Nishitha0730 49d7f98
Add reference links and complexities
Nishitha0730 157d6c8
Merge branch 'master' into my_algorithm
Nishitha0730 5328d9a
Merge branch 'master' into my_algorithm
Nishitha0730 8c1beaa
Merge branch 'master' into my_algorithm
DenizAltunkapan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated files
- Loading branch information
commit ca40a2b1d2e1d8e0a120d74889aeec34a8c27c7c
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.