资源列表
tree
- 描述一个树形结构,类似于一个二叉树结构,便于搜索和树的生成。-To Descr iption a tree struct。
prim
- 用prim算法实现最小生成树,运用c++代码实现最短路径问题-Minimum spanning tree algorithm with a prim, use c++ code to achieve the shortest path problem
struct
- 数据结构与算法的ppt加案例,习题答案,供大家参考-Ppt data structures and algorithms plus cases, Exercise answers
Classic_structures
- VC++数据结构经典算法源码包,包括底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找等! -VC++ source package classical algorithm data structures, including low-level programming, calibration algorithm, the problem algorithms, file algorithms, case conversion, base con
ex_lisan
- 实现闭包,自反闭包以及查找一个关系中的等价类-To achieve closure, reflexive closure and to find a relationship between the equivalence class
beibao
- 0-1背包问题:给定n种物品和一个背包,物品i的重量是Wi,物品i价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包为1或不装入背包为0。不能将物品i装入背包多次,也不能只装入部分的物品i。0-1背包问题的主要特点是在选择物品i装入背包时,每种物品仅有一件,可以选择放或不放-0-1 knapsack problem: Given n types of items and a backpack, th
thread_tree
- 二叉树的线索化和遍历,自己亲手写的,希望对大家有用。-Threaded binary tree and traverse
Al_BST
- Binary search tree, 二叉树的一种实现形式-Binary search tree, binary tree form of an implementation
first2
- 程序代码对快速排序法和舍伍德快速排序法的比较-Program code for quick sort and comparison of Sherwood Quick Sort
source
- This code describe sample to define, and get the result of the path : e.g get the sortest path from all of the path input by user.
Demo_Sort
- C++ 排序函数模板源码,MFC程序可用(冒泡) 一个排序可以用的C++函数模板,无意间需要对字符串集合CStringArray进行排序,但标准模板库STL提供的函数模板sort虽然功能强大,不过有些不便-Can be a sort of C++ function template, a collection of unintentionally CStringArray need to sort the string, but the standard template library
zz
- 数据结构的航班查询和检索,以此实现数据的查询。-Flight data structure query and retrieval, as data query.
