-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTreeType.in
83 lines (81 loc) · 1.22 KB
/
TreeType.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
IsEmpty
PutItem P
PutItem F
PutItem S
PrintTree
PutItem B
PutItem H
PutItem G
PutItem R
PutItem Y
PutItem T
PutItem Z
PutItem W
IsFull
IsEmpty
GetItem P
GetItem G
GetItem T
GetItem A
GetItem N
PrintTree
ResetTree IN_ORDER
GetNextItem IN_ORDER
GetNextItem IN_ORDER
GetNextItem IN_ORDER
GetNextItem IN_ORDER
GetNextItem IN_ORDER
GetNextItem IN_ORDER
GetNextItem IN_ORDER
GetNextItem IN_ORDER
GetNextItem IN_ORDER
GetNextItem IN_ORDER
GetNextItem IN_ORDER
PrintTree
ResetTree POST_ORDER
GetNextItem POST_ORDER
GetNextItem POST_ORDER
GetNextItem POST_ORDER
GetNextItem POST_ORDER
GetNextItem POST_ORDER
GetNextItem POST_ORDER
GetNextItem POST_ORDER
GetNextItem POST_ORDER
GetNextItem POST_ORDER
GetNextItem POST_ORDER
GetNextItem POST_ORDER
PrintTree
ResetTree PRE_ORDER
GetNextItem PRE_ORDER
GetNextItem PRE_ORDER
GetNextItem PRE_ORDER
GetNextItem PRE_ORDER
GetNextItem PRE_ORDER
GetNextItem PRE_ORDER
GetNextItem PRE_ORDER
GetNextItem PRE_ORDER
GetNextItem PRE_ORDER
GetNextItem PRE_ORDER
GetNextItem PRE_ORDER
PrintTree
GetLength
IsEmpty
DeleteItem W
DeleteItem Z
DeleteItem S
DeleteItem P
DeleteItem F
DeleteItem B
DeleteItem H
DeleteItem G
DeleteItem R
DeleteItem T
DeleteItem Y
IsEmpty
PutItem A
PutItem B
PrintTree
MakeEmpty
IsEmpty
Error
Quit