zangrandi/client_server_drb
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The code receives a math expression from STDIN (ex: "10 x 5 + 3 + pow(5) + srqt(9)"), splits the operations respecting the precendence order, distributes it to the available servers and then shows the answer to the user.