algorithms-js icon indicating copy to clipboard operation
algorithms-js copied to clipboard

[Issue 24] - Algorithm for Tridiagonal Matrix

Open charBap opened this issue 6 years ago • 0 comments

##Description of new feature, or changes

  • I have added a JS file called tridiagonal_matrix.js that contains the algorithm. It is an implementation of the tridiagonal matrix algorithm, also known as Thomas algorithm.

Checklist

  • [yes ] Your branch is up-to-date with the base branch
  • [yes ] You've included at least one test if this is a new feature
  • [yes ] All tests are passing

Related Issues and Discussions

https://github.com/manrajgrover/algorithms-js/issues/24

People to notify

charBap avatar Dec 12 '18 21:12 charBap