mirror of
https://github.com/Didnelpsun/CS408.git
synced 2026-02-07 12:54:09 +08:00
更新树
This commit is contained in:
6
Code/sequence_tree.cpp
Normal file
6
Code/sequence_tree.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "head.h"
|
||||
|
||||
// 定义一个顺序树数组
|
||||
typedef int SequenceTree[MAXSIZE];
|
||||
Reference in New Issue
Block a user