An open API service indexing awesome lists of open source software.

https://github.com/juliusmarkwei/class-of-algorithms

The program contains classes and functions of algorithm made of matrix multiplications, checking the number of binary representation in n's binary form, etc.
https://github.com/juliusmarkwei/class-of-algorithms

Last synced: about 2 months ago
JSON representation

The program contains classes and functions of algorithm made of matrix multiplications, checking the number of binary representation in n's binary form, etc.

Awesome Lists containing this project

README

          

# Class-of-Algorithms
The program contains classes and functions of algorithm made of matrix multiplications, checking the number of binary representation in n's binary form, etc.
The Gaussian Elimination included in the code runs into an finite loop. It was added for refrencing on sequential algorithm and it's time complexity.