Skip to content

Number Generation by Shifting the Digits and Creating a Tree with BFS Approach

License

Notifications You must be signed in to change notification settings

caginozkaya/Finding-The-Intended-Number-with-BFS-in-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Finding-The-Number-Intended-Number-with-BFS-in-Cpp

With giving an initial 4 digit number (each digit in [1,4]) by shifting the digits and finding the number 1234 with a Breadth First Search approach.

postfix

The left child shifts first and second , middle child shifts second and third, right child shifts the third and fourth digits until it reaches 1234 as shown in the figure.

postfix

About

Number Generation by Shifting the Digits and Creating a Tree with BFS Approach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages