Prem-Kumar-Dev / hacktoberfest2024-project

Welcome to the Hacktoberfest 2024 beginner coding problems repository! This project is designed for those who want to contribute to open-source while solving basic coding challenges. Whether you are a first-time contributor or looking to practice programming, you're in the right place.
MIT License
8 stars 77 forks source link

Added Matrix Multiplication implementation in java #59

Closed AhmadAnzar closed 1 month ago

AhmadAnzar commented 1 month ago

Now you will be able to multiply matrices using my implementation . What I did: Implemented a method for multiplying two matrices in Java. The method checks for dimension compatibility and returns the resulting matrix.