Skip to content

chen2bull/maze_algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mazelib

Usage

1.install numpy first.

sudo pip3 isntall numpy 

2.code example

from maze_algo.kruskal_gen import KruskalMaze as Maze

maze = Maze(7, 9)
print(maze)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages