algorithms-js
algorithms-js copied to clipboard
[Issue 24] - Algorithm for Tridiagonal Matrix
##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