正在加载图片...
C语言程序设计 清华大学郑莉安颖莲 叉树的链式存储结构 设计不同的结点结构可以构成不同形式的链式 存储结构 struct tree char info struct tree left struct tree *rightC语言程序设计 清华大学 郑莉 安颖莲 Page 5 二叉树的链式存储结构 • 设计不同的结点结构可以构成不同形式的链式 存储结构 • struct tree { char info; struct tree *left; struct tree *right; }
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有