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.
- Host: GitHub
- URL: https://github.com/juliusmarkwei/class-of-algorithms
- Owner: juliusmarkwei
- Created: 2022-09-04T13:06:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T13:32:45.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T18:34:29.401Z (over 1 year ago)
- Language: C++
- Size: 700 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.