1
0
mirror of https://github.com/Didnelpsun/CS408.git synced 2026-02-07 12:54:09 +08:00

更新树

This commit is contained in:
Didnelpsun
2021-04-25 23:46:32 +08:00
parent 5dc818f9af
commit 400009cb71
6 changed files with 255 additions and 0 deletions

6
Code/sequence_tree.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "head.h"
// 定义一个顺序树数组
typedef int SequenceTree[MAXSIZE];