tries

/* trie樹 */ #include <stdio.h> #include <stdlib.h> #define ALPHABET_SIZE 26 // 256 typedef int bool; #define YES 1 #define NO 0 typedef struct node { int count; //count 若是爲0,則表明非黃色點,count>0表
相關文章
相關標籤/搜索