fave77 / Mathball

A JavaScript library for Competitive Programming
https://fave77.github.io/Mathball-Docs/
MIT License
99 stars 49 forks source link

Updating docs for Matrix class #157

Closed sakshichahal53 closed 5 years ago

sakshichahal53 commented 5 years ago

Do the checklist before filing the issue:

NOTE: Provide a clear and concise description of the feature that needs to be added! Or if its a bug, then provide the necessary steps to reproduce it along with screenshots.
sakshichahal53 commented 5 years ago

I'd like to work on it.

viditkumar commented 5 years ago

If no one is working on it, I would like to get this issue assigned to me.

fave77 commented 5 years ago

@viditkumar you're assigned and please follow the same documentation pattern with modifications as required since Matrix is a constructor and quite different than other modules for which documentation exists and you need to briefly explain all the methods along with examples (covering edge cases)

viditkumar commented 5 years ago

@pbiswas101 I have created pull request. Please review and let me know if any further change is required.