Skip to content

Data Structure in Modern Programming. this example shows how to use memory address and pointer to solve problems in C++.

Notifications You must be signed in to change notification settings

ahmedtalaat327/Tower-o-Hanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tower-o-Hanoi 🧊

Hi, there! The best way to understand how actually C++ works

Is to understand modern programming logic and structure and this puzzle solution is a good example

Puzzle Concept

  • This puzzle is all about "When I think of the Tower Of Hanoi problem, I don't think about a series of moves made"
  • The goal is to move the entire tower from stack zero to stack two.

Visual Representation

141504432-f6d18636-a719-4148-a868-dd26309b107f

Solution in Practice

Maybe there is another solution in the future! bye.

About

Data Structure in Modern Programming. this example shows how to use memory address and pointer to solve problems in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages