You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In numerical linear algebra, the tridiagonal matrix algorithm, also known as the Thomas algorithm (named after Llewellyn Thomas), is a simplified form of Gaussian elimination that can be used to solve tridiagonal systems of equations.
it's a small react js + Appwrite project in which , user can search the movies ( Implemented Debouncing to limit api requests ) which i am fetching using TDMA API and there is also trending movies section which is real time based on the most frequently searched movies by name. I built this project to revise my react concepts in depth.