https://github.com/afritzler/generic-programming
Mathematics, Algorithms and Co.
https://github.com/afritzler/generic-programming
algorithm mathematics
Last synced: 6 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T11:34:03.000Z (over 9 years ago)
- Last Synced: 2025-02-24T13:26:19.902Z (9 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}
```