Skip to content

Commit 136b9ff

Browse files
committed
Prueba
1 parent 8af84c1 commit 136b9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dfa_min_hopcroft.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package dfa
22

33
// HopcroftDFAMin Given A DFA returns a new DFA with minimum states
44
func HopcroftDFAMin(A DFA) DFA {
5-
completarTransiciones(&A)
5+
// completarTransiciones(&A)
66
var pi []Partition
77
pi = append(pi, A.FinalStates)
88
pi = append(pi, A.States)

0 commit comments

Comments
 (0)