资源列表
daima
- 本程序在运用c++语言编写了一个在控制台完美运行的2叉树前序中序遍历,求树高度,查找等功能。-The program is written using c++ a perfect run in the console before the 2-tree in order traversal order, find the tree height, look for other functions.
all-kind-for-c-sort
- 用于window下各种排序的需要,有冒泡,hafu等等多种排序功能的全集-all kind of sort way for windows C progrom
trie-tree
- Trie是一种树型数据结构,用于存储字符串,可以实现字符串的快速查找。Trie的核心思想是空间换时间,利用字符串的公共前缀来降低查询时间的开销以达到提高效率的目的。 适用范围:统计和排序大量的字符串-Trie is a tree data structure used to store the string, the string can quickly find. Trie' s core idea is space for time, use the string prefix t
link_priority
- 利用链表实现优先队列Use to achieve the priority q-Use to achieve the priority queue
w_filepath.php
- 这段代码可以获取到各种路径,他帮助我解决了很多路径上的问题-This code is able to access to all kinds of path, he help me to solve a lot of problems on the path
maze
- 数据结构-迷宫 输入说明: 一组数据,输入数据第1行为两个正整数m和n,m表示迷宫高度,n表示迷宫宽度;第2行为两个整数,分表表示起点的行列位置;第3为两个整数,分别表示终点的行列位置;其后为m行数据,每行n个整数,表示迷宫对应位置的状态,0表示通路,1表示障碍。 输出说明: 以三元组形式(见P105)输出从起点到终点的通路,没有则输出no -Data structure- Maze enter a descr iption: a set of data, the inp
BankSimulation
- 数据结构的java实现-data structure to achieve the java
BTree
- Source code and example of Binary Search Tr-Source code and example of Binary Search Tree
sort
- 排序算法,选择排序,互换排序,插入排序等代码-sort
one-yuan-polynomial-calculations
- 实现两个一元多项式的相加。用链式存储方式表示多项式。-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results
p3
- 哈夫曼编码,对于输入限制少,代码简洁明了-Huffman coding for the input are less restrictive code is simple and clear
erluguibing
- 完成排序的算法 具体方式为二路归并~~~ ~~~ ~~`
