Skip to content

DR-FREKE/TowerHanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published