资源列表
merge
- 运用递归的方式对给定的数字进行排序并输出,比较经典-The use of recursive way to sort a given number and output, more classic
exp2
- 二 叉 树的实现-b-tree innate
linklist
- 用C语言代码实现两个链表的合并,并且链表的创建为手动-C language code merge two linked list, and the creation of the list for the manual
WeightedKNN
- weightedKNN Nearest neighbours algorithm
yuesefu
- 约瑟夫生者死者游戏的大意是:30个旅客同乘一条船,因为严重超载,加上风高浪大,危险万分;因此船长告诉乘客,只有将全船一半的旅客投入海中,其余人才能幸免遇难。无奈,大家只得同意这种办法,并议定30个人围成一圈,由第一个人开始,依次报数,数到第9人,便把他投入大海中,然后从他的下一个人数起,数到第9人,再将他投入大海,如此循环,直到剩下15个乘客为止。问哪些位置是将被扔下大海的位置。-Joseph living dead game to the effect that: 30 passengers
data-struct
- 数据结构与算法 最短路径算法 最小生成树-Data Structures and Algorithms shortest path minimum spanning tree algorithm
dianshuzhisanjiaoxing
- 用动态规划来的思想求解点数值三角形的最优路径搜索,-With the idea of dynamic programming to solve the point value of the optimal path search triangle,
HeapOperation
- C++实现小顶堆 数据结构书中介绍的关于小顶堆实现的算法-C++ heap data structure to achieve a small book describes the top
tu
- 数据结构图的实现,通过选择界面及输入节点构造无序图和有序图-Data structure implementations, the input node by selecting the interface and structural disorder and ordered map map
linkqunue
- 迷宫问题c语言解决,队列 站 迷宫求解问题,最短路径同时求解 迷宫代码-failed to translate
qsort
- 如何对任意类型的数组进行排序(写一个函数对任意类型的数组进行排序)(在排序时如何指定多个关键字进行排序)-How to sort an array of any type (write a function to sort an array of any type) (in order to specify multiple keywords, how to sort)
binarytree
- 二叉树前、中、后序遍历,创建,计算深度,叶数-Binary tree before, during and after the traversal, create, calculate the depth, number of leaves
