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

Add new features to Matrix 📦 #7

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Add new features to Matrix 📦 #7

merged 1 commit into from
Apr 20, 2023

Conversation

mitsuki31
Copy link
Owner

  • Added new constructor with parameter Matrix( double[][]).
  • Added new static sort method with parameter sort(Matrix).
  • Now Matrix uses double number type instead int.
  • Improves try-catch blocks to more readable.
  • Now display methods would prints <null_matrix> instead throw an exception if the matrix or array is null.

- Added new constructor with parameter `Matrix( double[][])`.
- Added new static `sort` method with parameter `sort(Matrix)`.
- Now `Matrix` uses `double` number type instead `int`.
- Improves `try-catch` blocks to more readable.
- Now `display` methods would prints `<null_matrix>` instead throw an exception if the matrix or array is null.
@mitsuki31 mitsuki31 added the enhancement Enhancing existing features label Apr 20, 2023
@mitsuki31 mitsuki31 self-assigned this Apr 20, 2023
@mitsuki31 mitsuki31 merged commit 8625ef5 into master Apr 20, 2023
@mitsuki31 mitsuki31 added the lang:java Some changes on Java code label Jun 21, 2023
@mitsuki31 mitsuki31 added feature Add new features to improve the project and removed enhancement Enhancing existing features labels Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add new features to improve the project lang:java Some changes on Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant