文档分类
} if (NULL != treePtr->right) { q.push(treePtr->right); } } } #endif #include <stdio.h> #include <stdlib.h> #include <time.h> #define MAX_CNT 5 #define BASE 100 void main(int argc, char *argv[]) {