Indexing methods for the approximate string matching problem spend a
considerable effort generating condensed neighborhoods. Here, we point
out that condensed neighborhoods are not a minimal representation of a
pattern neighborhood. We show that we can restrict our attention to
super condensed neighborhoods which are minimal. We then present an
algorithm for generating Super Condensed Neighborhoods. The algorithm
runs in

, where

is the pattern size,

is the size of the super condensed neighborhood and

the size
of the processor word. Previous algorithms took

time, where

is the size of the condensed
neighborhood. We further improve this algorithm by using
Bit-Parallelism and Increased Bit-Parallelism techniques. Our
experimental results show that the resulting algorithm is very fast.