summaryrefslogtreecommitdiff
path: root/src/test/JobQueueTest.java
AgeCommit message (Collapse)Author
2019-02-21Parallel processing job queue done!Haidong Ji
Fun exercise. Facing a difficult problem, always take small/concrete and concrete steps, and you'll get there! Writing down pseudo code helped, along with creating a subclass implementing the Comparable interface. Good thing that I've done that before and have example to follow.