问题
I am trying to find the next table of the following DFA graph using knuth-morris-pratt (KMP).The DFA for searching for the string "cbcbca".
I have seen some tutorials but didn't find a good one.
Any help will be appreciatable about how to draw the table with step.
Thanks.
来源:https://stackoverflow.com/questions/62496036/how-can-i-write-next-table-or-next-array-using-knuth-morris-pratt-algorithm