资源列表
erchashu
- 数据结构中二叉树的基本操作,如先序,中序,后序遍历,递归和非递归遍历-Basic operation binary tree data structure, such as the first-order, in-order, post-order traversal, recursive and non-recursive traversal
Two-forks-the-tree
- 二叉树的左右子树的遍历,以及树的深度的算法-Left and right subtree of the binary tree traversal and depth of the tree algorithm
YanghuiSanjiao
- 数据结构中经典的杨辉三角问题,用C语言实现-Classic Pascal' s Triangle data structure using C language
supermarketbilling1.tar
- this is makefile based supermarket billing source code
hw3-Hannoi
- 数据结构中汉诺塔问题的递归解法。原题中为链表解决。但是较为繁琐,使用递归较快解决。配合清华版数据结构书。-Data structure in the Tower of Hanoi problem recursive solution. Solve the original title for the linked list. But more cumbersome to use recursion to solve faster. The data structure of the book w
4.cpp
- Dijkstra c++ 数据结构 算法 -The Dijkstra c++ data structure algorithms
dijkstra
- 数据结构作业,dijkstra算法。c语言编写,vc++6.0编译的-Data structure homework, dijkstra algorithm. c language, vc++6.0 compiled
quiksort
- 数据结构中经典的快速排序算法,用C语言实现-Classic Quicksort algorithm data structure C language
YuanGongGuanLi
- 自己用C++编写的数据结构的课程设计,是员工管理系统,并且还有相关的报告。-Own use C++ prepared by the data structure of the curriculum design, is a staff management system, and also the related report.
4
- Hash表应用 任务 :设计散列表实现电话号码查找系统。 基本要求: 1) 设每个记录有下列数据项:电话号码、用户名、地址; 2) 从键盘或文件输入各记录,不少于30个,以电话号码为关键字建立散列表; 3) 采用开放定址的方法解决冲突; 4) 查找并显示给定电话号码的记录; -Hash Table Application task: design hashtable phone number lookup system. Basic requirements: 1
kruakal
- 用并查集和最小堆算法实现KRUSKAL算法-Use and check the set and minimum heap algorithm achieve KRUSKAL algorithms
maze
- 画出有唯一出路的迷宫,并且可以自动找到出路显示在迷宫上-Draw the only way out of the maze, and can automatically find a way out the maze
