September 2023
M T W T F S S
« Jul    
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

Archives

Archives

Flexible Iterators

Java has some odd quirks which make it far more inflexible than it needs to be. For example, many programs have data structures which need to be iterated both forwards and backwards, and some algorithms require treating the first or last element differently than the others. My goal here is to find a tweak […]