Ansh-Sarkar / Python-Data-Structures

This repository contains the code for implementing various Data Structures in Python. It can be used as a quick lookup module or reference for anyone interested in Data Structures . I will keep updating this repository frequently as and when I come across new Data Structures : )
MIT License
4 stars 14 forks source link

Add: Tower of Hanoi problem #22

Closed amaan-ahmad closed 1 year ago

amaan-ahmad commented 1 year ago

Added a famous interview problem related to stacks, that is Tower of hanoi problem

Question: https://www.geeksforgeeks.org/c-program-for-tower-of-hanoi/

Ansh-Sarkar commented 1 year ago

Hey @amaan-ahmad this looks good. Thank you for your contribution :smile: