We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af84c1 commit 136b9ffCopy full SHA for 136b9ff
dfa_min_hopcroft.go
@@ -2,7 +2,7 @@ package dfa
2
3
// HopcroftDFAMin Given A DFA returns a new DFA with minimum states
4
func HopcroftDFAMin(A DFA) DFA {
5
- completarTransiciones(&A)
+ // completarTransiciones(&A)
6
var pi []Partition
7
pi = append(pi, A.FinalStates)
8
pi = append(pi, A.States)
0 commit comments