DFA

最純粹的Trie圖題目 node #include<stdio.h> #include<string.h> #include<algorithm> #include<string> #include<queue> using namespace std; struct Node { Node* son[26]; Node* prev; bool badNode; Node() {
相關文章
相關標籤/搜索