fave77 / Mathball

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

Adding matrix multplication feature #102

Closed Shubhayu-Das closed 5 years ago

Shubhayu-Das commented 5 years ago

Do the checklist before submitting the PR:

Q: What version of Node.js you've used in the project? (e.g. Node v10.11.0) A:v11.6.0

Q: Mention the Issue Number! (e.g. Fixed #8) A:#96


codecov-io commented 5 years ago

Codecov Report

Merging #102 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #102   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          58     59    +1     
  Lines         744    769   +25     
=====================================
+ Hits          744    769   +25
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) :arrow_up:
src/matrixMultiply/index.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 40e79c5...526e1ba. Read the comment docs.

Shubhayu-Das commented 5 years ago

Do you want me to change the name of the files?