AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
Hanoi.java File Reference

Go to the source code of this file.

Classes

class  aud.example.Hanoi
 Recursive and iterative solution of the Towers-of-Hanoi puzzle.
 
class  aud.example.Hanoi.InorderIterator
 inorder iterator for solving Towers of Hanoi
 
class  aud.example.Hanoi.InorderIterator.Node
 Solution state interpreted as a binary tree. More...
 
class  aud.example.Hanoi.Inorder
 helper: generates InorderIterator
 

Packages

package  aud.example
 examples and demos