fave77 / Mathball

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

Matrix Data Structure (#141) #145

Closed devRD closed 5 years ago

devRD commented 5 years ago

*Added new Data Structure Matrix

*Added Matrix Data Structure in index.js

*Added unit tests in Matrix-spec

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.10.1

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


devRD commented 5 years ago

why is the travis-ci check stuck? @pbiswas101

fave77 commented 5 years ago

why is the travis-ci check stuck? @pbiswas101

Maybe the API for Travis CI is down for maintenance! Give it some time... @devRD

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #145   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          76     78    +2     
  Lines        1212   1277   +65     
=====================================
+ Hits         1212   1277   +65
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) :arrow_up:
src/Matrix/index.js 100% <100%> (ø)
src/validation/integer-matrix.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 a5ac0da...a6d56ae. Read the comment docs.