2009年12月10日

无向图的邻接多重表存储

摘要: graph.hCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#ifndefGRAPH_H2#defineGRAPH_H3456classVertex;//顶点的向前说明7classGraph;//图的向前说明89classEdge{//边类10fr... 阅读全文

posted @ 2009-12-10 21:07 Neptun 阅读(963) 评论(0) 推荐(0)

2009年12月3日

建立二叉排序树

摘要: -------------------BST.h-------------------------BST.hCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#ifndefBST_H#defineBST_H#include<iostream.h&g... 阅读全文

posted @ 2009-12-03 17:41 Neptun 阅读(1587) 评论(0) 推荐(0)

2009年11月12日

二叉树(二)

摘要: ---------------------tree.h--------------------------------------[代码]---------------------------------------------tree.cpp---------------------------------[代码]-------------------------driver.cpp------... 阅读全文

posted @ 2009-11-12 13:55 Neptun 阅读(237) 评论(0) 推荐(0)

2009年11月11日

二叉树基本操作

摘要: ----------------------------tree.h-----------------------------------[代码]---------------------------tree.cpp-----------------------[代码]-------------------------------------driver.cpp------------------... 阅读全文

posted @ 2009-11-11 21:34 Neptun 阅读(341) 评论(0) 推荐(1)

导航