// DataStructTest.cpp : Defines the entry point for the console application.//说明:书中使用的为顺序栈结构,但栈的使用是在遍历时模拟的,为了重用以前的代码,我使用了以前实现的顺序栈结构#include "stdafx.h"#include <iostream.h>#include <malloc.h>//--------------------------------------------声明类型----------------------------------------typedef struct btnode * bitreptr;//二叉树结点类型struct btnode 相关文章: