Skip to content

Maze project (maze creation, solution search, client-server using threads, compression and decompression)

Notifications You must be signed in to change notification settings

Naama133/Maze_Project_Part_A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Project Part A

The maze uses 3 creation algorithms and 3 search algorithms (BFS,DFS,Best First Search).

By using client-server architecture we allowed multiple clients to operate in parallel (using threads), send requests and receive responses from the servers that create mazes and solve mazes, by sending compressed mazes.

** Part B : https://github.com/Naama133/Maze_Project_Part_B

About

Maze project (maze creation, solution search, client-server using threads, compression and decompression)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published