资源列表
AVL
- AVL树操作代码,借鉴了《算法导论》,具有不错的借鉴价值-AVLtree operation code
Prim1
- 本程序用C语言实现了Prim算法求解最小生成树问题-The program uses C language to implement the Prim algorithm for minimum spanning tree problem
Liklist
- 一个简单的单链表源代码C程序,方便新手学习!-A simple single linked list source code C procedures for novices to learn!
SJ
- 数据结构课程讲解PPT,详细介绍了树、图、栈、队列等结构,主要是以C语言的版本来讲解-Explain the data structure courses PPT, details of the tree, map, stack, queue and other structures, mainly the version of C language to explain
ACMcode
- acm 经典代码, 算法学习必看,非常用的内容.-acm data structure code
List_problem
- this a program which reads records from a file and inserts them into a list.The program performs operations like delete an entry, add an entry, order by a certain key, etc. The program is made using both singly linked list and double linked lists-thi
prog10-mathquiz
- Exercises on inheritance classes,
Balancedbinarytree
- 一 需求分析 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。-Balanced binary tree
08150851
- 从一个迷宫的入口到出口找出一条可通路经。用一个二维数组MG(1:M,1:N)模拟迷宫,数组元素为0表示该位置可以通过, 数组元素为1表示该位置不可以通行。MG(1,1)和MG(M,N)分别为迷宫的入口和出口。 -From the entrance to the exit of a maze to find an available path through. With a two-dimensional array MG (1: M, 1: N) simulated maze, an ar
sqlist
- 顺序表的基本操作,插入,删除和输入输出等操作-The basic operation of the order of the table, insert, delete, and input and output and other operations. . . . . . .
wuziqi
- 五子棋对战源代码 算法设计,选择当前最优-Backgammon play against the source code for algorithm design, select the current best
WebPages_WordSplitting
- 自动提取网页内容(附带简单的 HTTPAnalyzer 类),并根据词典进行分词。-Automatically get the content from webpages, and split the words based on the internal Chinese dictionary.
