Java- Object-Oriented and Concurrent Programming
Here’s a very quick overview of the projects:
- Read a data file, create the internal data structure, create a GUI to display the structure, and let the user search the structure.
- Sort the structure, use hash maps to create the structure more efficiently.
- Create a thread for each job, cannot run until ship has a dock, create a GUI to show the progress of each job.
- Simulate competing for resources (persons with particular skills) for each job