1.0.8 • Published 5 years ago

towerhanoi v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

this package is a simple package.

To use the towerhanoi package, simply install package as -->> npm install towerhanoi

then require package in your file as -->> require('towerhanoi'); example: const tower = require('towerhanoi');

call the towerHanoi function on your variable the function takes one arguement which represents the number of disks that is supposed to be moved to different tower

-->> tower.towerHanoi(3); where 3 is total of 3 disks.

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago