AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.47k stars 520 forks source link

made using structures. #235

Closed Almajoo closed 3 years ago

Almajoo commented 3 years ago

Used structures to create sparse matrix to save space and time. Added comments for better understanding. Made more user friendly.

I am creating a pull request for...