ankitapuri / DSA-guide

Trying to cover important DSA
MIT License
49 stars 113 forks source link

[feature-1] Added 2-D Tridiagonal Matrix in python #235

Closed kiruba-r11 closed 3 years ago

kiruba-r11 commented 3 years ago

Related Issues

Closes: #172

Describe the changes you've made

I have completely implemented the 2-D Tridiagonal matrix program using Python

Type of change

How Has This Been Tested?

This has been tested by generating a set of random inputs using a generator and verified the outputs manually.

Describe if there is any unusual behavior of your code(Write NA if there isn't)

NA

Checklist:

kiruba-r11 commented 3 years ago

@ankitapuri Please have a look at it.