Documentation
¶
Overview ¶
This package checks that two DFA has intersection or not by DFS algorithm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasIntersection ¶
Types ¶
type CombineNode ¶
type T ¶
type T struct { RuneRanges []rune // rune ranges Node *CombineNode // node }
Click to show internal directories.
Click to hide internal directories.