资源列表
vnode
- 数据结构无向图的算法,包括建立和遍历无向图的功能
eightqueen
- 这是用类的方法解决八皇后问题,希望对大家有帮助-This is the type of method used to solve the issue of the eight Queen s, I hope all of you help
carstation
- 大二数据结构程序代码 实现停车场停车管理系统-Sophomore data structure the program code to achieve Parking Parking Management System
tree
- 在C++的基础上的数据结构,属于树(tree)的知识,运用了树的相关知识,适合学习树知识的程序-C++ on the basis of the data structure is the tree (tree) knowledge, using knowledge of the tree, the tree of knowledge of the procedures for learning
Binary-tree-sort
- 实现二叉树的前序、中序、后序排列,以菜单形式出现-To achieve the first order binary tree, in order, after the sequence order, in the form of a menu
Dijkstra_Heap
- Dijkstra算法,Heap优化,复杂度NlogN-Dijkstra algorithm, Heap optimization, complexity NlogN
0-1knapsack_problem
- 0/1背包问题:给定n种物品和一个容量为C的背包,物品i的重量是wi,其价值为vi,0/1背包问题是如何选择装入背包的物品(物品不可分割),使得装入背包中物品的总价值最大?回溯法解决0/1背包问题-0/1 knapsack problem: given n types of items and a knapsack of capacity C, the weight of item i is wi, the value of vi, 0/1 knapsack problem is how to
Testbench
- This only test upload!-This is only test upload!
quicksort
- 多线程快速排序算法,是多线程课程学习中的一个小练习-multi-thread quick sort
haffman
- 哈夫曼编码,数据结构里一种编码方式,有具体的编码和输出结果-Huffman coding, an encoding of the data structure, specific coding and output results
bankomat
- A program for ATM . that will help you to make basic operations
depthFirstSearch
- 图的深度优先查找算法(包括递归和非递归),C++源代码。-The diagram of the depth-first search algorithm (including recursive and non-recursive) the C++ source code.
