1.0.8 • Published 4 years ago

towerhanoi v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago