摘要:
tree.h typedef int ElementType; /* START: fig4_16.txt */ #ifndef _Tree_H #define _Tree_H struct TreeNode; // 定义结构体节点 typedef struct TreeNode *Position 阅读全文
posted @ 2020-10-15 17:01
模糊计算士
阅读(140)
评论(0)
推荐(0)
摘要:
问题描述 这里是数据结构课堂上的描述: N people form a circle, eliminate a person every k people, who is the final survior? Label each person with 0, 1, 2, ..., n - 1, d 阅读全文
posted @ 2020-10-15 14:15
模糊计算士
阅读(796)
评论(0)
推荐(0)

浙公网安备 33010602011771号