Skip to content

DanNoby/Puzzles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Puzzles

8Puzzle : A game containing 8 jumbled tiles numbering from 1->8 in a 3x3 grid. The goal? Slide the tiles one by one to sort in ascending order Solved using A* search algorithm in python

NxNmaze : User specifies the size of maze N x N and it creates a random maze & solves it using optional traversal methods such as DFS,BFS and Greedy Best-First Search (GBFS)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published