资源列表
LABYRINT
- 基于prolo语言编写的高级小型迷宫问题求解程序(即找出最短路径)-A little program which is main to solve the labyrinth problem!
bstree
- 分别构建函数,实现二叉排序树的创建,插入数据,删除结点-Constructing function, the realization of the binary sort tree creating, inserting data, deleting node
Delete-a-single-repeating
- 删除单链表中的重复项 并学习如何创建fun函数 - 副本-Delete a single repeating item in the list
hdu1512Monkey-King
- hdu1521Monkey King的AC代码,用的是左偏树-hdu1521 AC code, is left-skewed tree
DFS.cpp
- Depth first search algorithm on graphs.
peoplesheep8
- 人狼羊菜过河的 C++程序 源代码 vbggdfh-people wolf sheep
sortABC
- 随机数产生1000个数,保存在文件中,将前300个整数读入数组A,接下来的400个读入B,最后的300个读入C,分别用冒泡排序,选择排序,直接插入排序算法对A,B,C中的数排序,并按一定格式输出。-1000 the number of random number generation, save the file, read the first 300 integer array A, read the next 400 B, read the last 300 C, respectively,
map
- 解一个简单的问题 是关于数据结构与算法 第一章 的 解答-Solving a simple question is about the data structures and algorithms to answer the first chapter
chazhao
- 折半查找:例在一组有序数据{5,13,19,21,37,56,64,75,80,88,92}中,折半查找关键字21的位置。-Binary search: Example of data in an ordered set {5,13,19,21,37,56,64,75,80,88,92}, the binary search keyword 21 position.
BlackBound
- 有有一间长方形的房子 ,,地上铺了红 色、黑色两种颜色的正方形瓷砖。你站在其中 一块黑色的瓷砖上块黑色的瓷砖上,,只能向相邻的黑色瓷砖移只能向相邻的黑色瓷砖移 动。请写一个程序,计算你总共能够到达多少 块黑色的瓷砖块黑色的瓷砖 -There are a rectangular house between the rectangular house, to spread the red floor is covered with red and black co
hash
- 哈希表查找基本代码 用线性探测再散列解决冲突-Hash table to find the basic code with linear probing hash and then resolve the conflict
hdu3811Permutation
- hdu3811Permutation的AC代码,解法是状态压缩DP-hdu3811Permutation the AC code, the solution is a state of compression DP