资源列表
Multi-machine-scheduling-problem
- 用贪心算法解决多机调度问题,采用C++编程 -Multi-machine scheduling problem greedy
Dynamic-programming-DP-backpack
- 用动态规划算法解决DP背包问题,采用C++编程-Dynamic programming algorithm to solve the DP knapsack problem, using C++ programming
Binary-search
- 该程序是二叉搜索算法的代码实现,采用C++编程-The code of the binary search algorithm to achieve, using C++ programming
erchaSHU
- 在VC6.0中 对二叉树的实现 是数据结构与数据库里面的知识 -The realization of the binary tree
hoffmann
- 用VC6.0编的关于数据结构的内容 是与哈夫曼有关的程序-Hoffmann programming
数据结构与算法分析-CPP描述(高清非扫描)
- 数据结构与算法分析 C++描述(高清非扫描)-Data Structure and Algorithms (C++)
erchashu
- 二叉树的基本操作,包括创建,遍历,求深度,各节点的交换子树,递归及非递归算法遍历。-The basic operation of the binary tree, including creating, traverse, for depth, each node of the exchange son tree, a recursive and the recursion algorithm to traverse.
yuesf
- 约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。例如N=6,M=5,被杀掉的人的序号为5,4,6,2,3。最后剩下1号。 假定在圈子里前K个为好人,后K个为坏人,你的任务是确定这样的最少M,使得所有的坏人在第一个好人之前被杀掉。 -yuesf program
main
- UnionFind算法,实用,数据结构必备-UnionFind algorithm, practical, data structures necessary
8paixu
- 关于C语言的各种排序方法汇总。冒泡排序、直接选择排序、直接插入排序、 快速排序、堆排序、谢尔排序、归并排序和基数排序 -On the C language of the various sorting method summary. Bubble sort, direct selection sort, direct insertion sort, Quick sort, heap sort, Shell sort, merge sort, radix sort
polynomial
- 一元多项式的运算,链表实现,数据结构基本内容。-A polynomial operations, linked list implementation, the basic content of the data structure
Astar
- a*算法解决8数码问题。在游戏设计中,经常要涉及到最短路径的搜索,现在一个比较好的方法就是用A*算法进行设计。他的好处我们就不用管了,反正就是好!^_*-a star
