Implement a data structure with the following methods: StreamSummary() constructs a new instance. add(int val) adds the number val to the instance. int[][] get() returns a sorted list of disjoint ...