pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Tower of Hanoi #242

Closed ItIsUday closed 4 years ago

ItIsUday commented 4 years ago

Feature ✅

Description

Given the number of disks and labels for the towers, displays necessary moves required to solve the Tower of Hanoi problem.

Example

Input: 2 A B C

Output: Move Disk 1 from A to B Move Disk 2 from A to C Move Disk 1 from B to C It took 3 moves in total

Checklist:

I would like to contribute in Python

ShivamYadav-Coding commented 4 years ago

I would like to contribute in c++

SAKSHI2569 commented 4 years ago

I would like to contribute in c . will you please assign me this issue?

pratik-choudhari commented 4 years ago

@SAKSHI2569 It has already been assigned to shivam.

ilmiye commented 4 years ago

Can you assign this to me in python

sawzedong commented 4 years ago

Hi, could I take this in Java?