Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 397 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 397 Bytes

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