title date draft tags categories Algorithm4 Java Solution 1.3.36 2019-07-04 05:47:10 +0800 false JAVA TECH archives 1.3.36 Problem: Random iterator. Write an iterator for RandomQueue from the previous exercise that returns the items in random order. Solution: Ex_1_3_36.java Reference: