| Files | Description |
|---|---|
| dfa_matrix.hh | Implementation by a |
| dfa_map.hh | Adjacency list by STL maps |
| dfa_compact.hh | Single vector implementation |
| dfa_hash.hh | Implementation with a hashing function |
| dfa_bin.hh | Array implementation with binary search |
| dfa_mtf.hh | Array with Move-To-Front heuristic |
| dfa_tr.hh | Array with Transpose heuristic |