Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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