Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freetonik/hanoi-cilk
Hanoi towers using Cilk
https://github.com/freetonik/hanoi-cilk
Last synced: about 2 months ago
JSON representation
Hanoi towers using Cilk
- Host: GitHub
- URL: https://github.com/freetonik/hanoi-cilk
- Owner: freetonik
- Created: 2014-01-01T15:08:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-01T15:09:42.000Z (about 11 years ago)
- Last Synced: 2024-04-14T16:01:36.178Z (9 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hanoi-cilk
==========Hanoi towers using Cilk
To compile:
cilk++ hanoi.cilk -O1 -g -lcilkutil -o hanoi
To run:
./cilk (optional)
e.g.:
./cilk
runs with default number of disks = 3
./cilk 4
runs with 4 disks