kawu / dawg-new

New, experimental implementation of directed acyclic word graphs
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

DAWG.Dynamic interface #11

Open kawu opened 11 years ago

kawu commented 11 years ago

It is not clear, whether we should use Int type for alphabet symbols, or Enum class. The latter would allow, for example, to use String keys. On the other hand, it is possible that later we will rely on some properties of [Int] keys (for example, use v-conding).

kawu commented 11 years ago

To expand, we may want to assume in the future code that symbols are limited to a set of the {0, 1, .., k} form.