GoogleHashCode2017 icon indicating copy to clipboard operation
GoogleHashCode2017 copied to clipboard

Optimize slicing algoritm, avoiding iterations thru finished start positions

Open seajer opened this issue 7 years ago • 0 comments

Refactor getAllAvailableSteps so it shud get start positions and output slices. If some start position slice hasn't any available steps and it is valid -> remove this slice from start positions and add it to output.

seajer avatar Feb 04 '17 13:02 seajer