资源列表
Huffman
- 数据结构程序,用于通过哈夫曼树进行编码和译码。-Data structure program used to encode and decode Huffman tree.
bitree
- 二叉树抽象数据结构,里面有各种二叉树的基本操作,很实用
order
- 基本的冒泡排序法,完整程序,希望对大家有用。-The basic bubble sort method, complete the program, we hope to be useful.
prim
- /*分别利用prim算法和kruskal算法实现求图的最小生成树*/-/* Use, respectively, and kruskal prim algorithm graph algorithms find the minimum spanning tree* /
002
- 华为数据结构笔试题解答,题目要求,若干老鼠围成一圈,一只猫绕着这些老鼠转圈,每隔若干只老鼠就吃掉一只,然后继续转,依次循环……求老鼠被吃掉的顺序。-Huawei data structure pen test solutions, the topic request, some mice round into 1 turn, a cat around these mice every round, and some mouse will eat a, and then continue to t
data-structure
- 数据结构(C语言描述) 详细讲解数据结构的实现过程原理,另有源码例程-Present commonly used data structure. Introduce the idea of tradeoff(折中) reinforce the concept of costs and benefits associated with every data structure. Measure the effectiveness of a data structure or algo
Reversal-of-a-single-linked-list
- 单链表的实现(包括就地逆转单链表,表排序, 合并单链表、判断表是否有环)-Single linked list implementation (including the local reversal of single linked list, table sorting, merging a single linked list, determine whether the table ring)
joseph
- 约瑟夫环的简单求解,可以用来学习初级数据结构。-Josephus simple solution can be used to study the primary data structure.
juzhengzhuanzhi
- 数据结构,用C++实现矩阵转置,详细代码及注释-Data structure in C++ implementation matrix transpose, detailed code and comments ... ...
backpack
- 背包问题的简单求解,适合适合刚刚学习c的同学理解数据结构-Knapsack problem simple solution, suitable for students just learning to understand the data structure c
nqueen
- n皇后问题的一种算法求解,,适合简单编程理解递归和数据结构-n-queens problem solving an algorithm, suitable for simple programming and data structures to understand recursive
wenjian3
- 实现两处处理机调度算法,包括时间片算法和最短时间有限算法-process control
