Skip to content

nikhildevshatwar/game-solvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

game-solvers

Random game solver programs Many interesting problems can be solved easily with the resursive algorithms. This repo contains all the game related problems solved with recurions.

Key points to note here:

  • A small piece of code doing a lot of the computing
  • Use stack memory instead of allocating incrementally
  • Trial and rollback with stack increasing or decreasing

About

Random game solver programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published