Skip to content

RonSherman/Advanced-Programming-Ex2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

Advanced Programming Assignment 2

This is a project created by Ron Sherman and Amit Nir. This project determines which search algorithm is the best, between BFS, DFS, AStar, BestSearch. The problems the server handles in this case are search problems but can be modified with the help of generics which are well spread in the project (we used it to solve search problems on matrices).

Server

There are two server options in this project: Parallel and Serial, the first one deals with clients simultaneously, while the other does that one at a time.

Client

The clients are giving the server problems and with the use of cache and file saving system, with the help of a client handler, we can return the solution to their problem.

Compile & Run

g++ -std=c++14 *.cpp -o __name__ -pthread

Git

https://github.com/RonSherman/MitkademEx4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages