Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hanoi

Tower of Hanoi problem is one of the most obvious problem to illustrate how recurrence works. However, my point was to solve it without recurrence. Having used stack, I manually simulated "recurrence". In fact, it's the same algo, but implemented it another way: function does not call itself

About

Hanoi ploblem without any recurrence

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages