pire icon indicating copy to clipboard operation
pire copied to clipboard

Inconsistency in run.h: LongestSuffix uses Step, ShortestSuffix uses scanner.Next

Open starius opened this issue 8 years ago • 0 comments

  1. LongestSuffix uses Step. Step calls scanner.Next and scanner.TakeAction.
  2. ShortestSuffix uses scanner.Next.

Can both of them use same function?

starius avatar Sep 07 '15 16:09 starius