Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afritzler/generic-programming
Mathematics, Algorithms and Co.
https://github.com/afritzler/generic-programming
algorithm mathematics
Last synced: about 1 month ago
JSON representation
Mathematics, Algorithms and Co.
- Host: GitHub
- URL: https://github.com/afritzler/generic-programming
- Owner: afritzler
- License: apache-2.0
- Created: 2016-03-09T13:07:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T11:34:03.000Z (almost 9 years ago)
- Last Synced: 2024-11-10T07:45:10.453Z (3 months ago)
- Topics: algorithm, mathematics
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generic-programming
Mathematics, Algorithms and Co.# packages
* `hw`: Hello world example.
* `egymult`: Egyptian multiplication. Usage: `./egymult 10 5`# build
```
cd {package}
make
```# run
```
./{package}/{package}
```