Skip to content

MaduMitha-Ravi/IterativeBackTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

IterativeBackTrack

A simple Iterative Backtrack method for the 10 digit problem using Python.

Note: Range is different for each digit because of the domain reduction, having self.number_of_digits in all range functions would also yeild same solution but takes longer time and consumes more memory hence we go for Iterative rather than Recursive approach.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages