Search Results

0
votes

How can I list the missing dates from an array of non-continuous dates in Java?

While the other answers already given look rather simple and enjoyable and hold some good ideas (I especially agree with the Iterator suggestion by Nerdfest), I thought I'd give this a shot anyway …