kactl icon indicating copy to clipboard operation
kactl copied to clipboard

KTH Algorithm Competition Template Library (... eller KTHs AC-tillverkande lapp)

Results 70 kactl issues
Sort by recently updated
recently updated
newest added

We should never use both i and j, for instance - it's easy to slip, and impossible to spot afterwards. Different number of letters is good. In the geometry chapter,...

meta

- NFAs, DFAs, conversion - regex parsing - minimization - reversal - products, product minimization

addition

Extended to hashes, with complexity O(log^2 N)? Or is this made completely redundant by the suffix tree?

addition

The following from e-maxx might work (a bit long, so doesn't fit in KACTL at the moment, and also it seems slower): ```c++ struct SuffixTree { enum { MAXN =...

enhancement

Don't work on my version of clang, however. :(

enhancement

This makes the hashing code easier to use. For example, I can write `hashString("abc")` directly instead of having to explicitly declare a new string.