Resubmit of updates
- Added descriptions - Added junit tests - Added javadoc - Added index.md - Added class diagrams
Added two modules to demonstrate locks. Mutex demonstrates a simple mutual exclusion lock. Semaphore demonstrates a semaphore for controlling access to a pool of resources. The main class of both programs is App.java.