* (1) Only one disk can be moved at a time. * (2) A disk is slid off the top of one tower onto * another tower. * (3) A disk cannot be placed on top of a smaller disk * Write a program to move the ...
* In Dijkstra's algorithm -> it can give wrong ans for -ve edges. * It is DP based algorithm.