top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is data structure use in implement for Tower of Hanoi application? give an example using data structure.

+1 vote
292 views
What is data structure use in implement for Tower of Hanoi application? give an example using data structure.
posted Jul 2, 2017 by Ajay Kumar

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+4 votes

Give a good data structure for having n queues (n not fixed) in a finite memory segment. You can
have some data-structure separate for each queue. Try to use at least 90% of the memory space.

...