资源列表
dijkstra
- Dijkstra算法的C语言实现,输入参数包括三部分: 1)图中的节点个数 2)图的权值矩阵,其中,不相邻的两节点间输入较大的数100表示 ; 3)给定源节点,如输入1表示以1节点为源节点;输入2表示以2节点为源节点,依次类推。 -Dijkstra algorithm in C language
ClimbLadder
- 分别使用动态规划思想和非动态规划思想完成爬梯子问题(一次爬一步或者两步)-Using dynamic programming and non-dynamic programming to complete the problem of climbing a ladder (one-step or two-step a time)
erfenfa2
- 非递归调用的二叉查找法:初始化一个数组,提示输入待查元素,返回查找的结果和查找次数-non - recursive call the binary search method : an array initialization, suggesting that the importation of unknown origin elements, return to the search results and the number of search
LAB_4
- 树的遍历,采用非递归的方法对树进行中序遍历-Tree traversal, the use of non-recursive methods of tree traversal
huffcode
- 哈弗曼编码的原程序代码,用于嵌入图像编码的源程序。-Havermann encoding the original program code, source code for the embedded image.
Heap-sort
- 堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素。 -Heap sort (Heapsort) is the use of stacked tree (heap) data structure designed such a sorting algorithm can take advantage of the characteristics of the array elements quickly locate t
34
- 数据结构哈希表的运用,运行过正确的,希望有帮助到人。-The use of hash table data structures, run over the right, want to help other people.
zypxtxsf
- 作业排序的贪心算法实现c++代码,实现平台visual studio2008-Scheduling the greedy algorithm c++ code, platform Visual studio2008 and
delete
- 一个简单的删数问题的程序,用的是贪心算法
BinarySearchTree
- 设S=(x1,x2,…,xn)是有序集,且x1<x2<…<xn ,表示有序集S的二叉搜索树, 利用二叉树的结点存储有序集中的元素。且已知其存取概率分布为(a1,a2,…,an),求在所有表示有序集的二叉树中找出一棵具有最小平均路长的二叉搜索树问题。-Set S = (x1, x2, ..., xn) is an ordered set, and x1 <x2<…<xn ,表示有序集S的二叉搜索树, 利用二叉树的结点存储有序集中的元素。且已知其存取概率分布为(a
shuffle-cards
- 洗牌算法,把一副牌随机的依次发给四个玩家。-Shuffling algorithm, the random order of a deck of cards issued to four players.
exam6-2
- 关于数据结构这门学科的源代码程序,序列六之二-About data structure of the subject, the source program