manrajgrover / algorithms-js

Consumable Data Structures and Algorithms library in JavaScript
MIT License
198 stars 129 forks source link

FEAT: Adds the tridiagonal algorithm. #135

Open jeettrivedi opened 1 year ago

jeettrivedi commented 1 year ago

Description of new feature, or changes

Adds the tridiagonal algorithm and test cases.

Checklist

Related Issues and Discussions

Implements #71