HomeWork 2
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
/* * ********************************************************************** * DIEACONU CONFIDENTIAL * _____________________ * * Copyright 2019 Vlad-Stefan Dieaconu * Zero Rights Reserved. * * NOTICE: All information contained herein is, and remains * the property of Vlad-Stefan Dieaconu. You can use it however you want, * it's OPEN-SOURCE, just don't say it was written by you. Give credits! * Dissemination of this information or reproduction of this material * is strictly approved unless prior written permission is denied by me. * #SharingIsCaring #LongLiveOpenSource #FreeInternet * * Original Publisher https://github.com/vladstefandieaconu * Date: November 2019 * ********************************************************************** */ This is my implementation for the second homework for the Parallel and Distributed Algorithms course. Most of these files are part of the homework's skeleton. Code written by me may be found here: /src/SpaceExplorer.java /src/CommunicationChannel.java Code written by me is also marked with the same header signature as this README file. You can find the official homework paper in this repository, in order to read more about the homework's ToDo-s and requirements.