【算法總結】最小異或生成樹

最小異或生成樹 1、前置知識: 1.Trie樹: 高效的存儲和查找字符串集合的數據結構php int son[maxn][26],cnt[maxn],idx; void add(char *str){///將新的字符串插入到字典樹裏 int p=0,len=strlen(str); for(int i=0;i<len;i++){ ///遍歷字符串的每個字母
相關文章
相關標籤/搜索