Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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}
```