资源列表
HeapSort
- 堆排序为常见的排序算法,程序员必须掌握。此代码注释详细而且正确完整。-The heap sort is a common sorting algorithm, the programmer must master. This code comments detailed and complete.
prim
- 实现prim算法(利用邻接表,不是邻接矩阵)-Use the adjacent table implementation prim algorithm
Binary-tree-creation-and-traversal
- 二叉树的创建与遍历建立二叉树左右链存储结构。 对其递归的实现中序,先序,后序遍历。 对其非递归的实现中序,先序,后序遍历。 -Binary tree creation and traversal binary tree set up chain stores around the structure. Recursive implementation of its order, the first order, the order of traversal. Non-recursiv
multi_file_op_bitree
- 一个很好的二叉树的程序,可以在vc++6.0环境下执行,可以创建,先序,中序,后序遍历,还可以输出树的叶子节点,按树状打印该二叉树-A good binary tree program, you can run under vc++6.0, you can create, the first order, in order, after traversing, you can output the tree leaf node, print the binary tree by tree
code
- 动态规划法各种源码,包括0,1背包,多边形游戏,矩阵连乘,数字三角形,图像压缩-Dynamic planning method for a variety of source code, including the 0, 1 backpacks, Polygon game, matrix multiplication, the number of triangles, image compression and so on.
数据结构源码
- 数据结构源码dfssfde-source data structure dfssfdedfdfddddddddddddddddddd
hw2-poly
- c++数据结构中处理多项式加和问题源码,使用链表。配套清华版数据结构图书。-c++ data structure in processing the polynomial plus problem source, use a linked list. Supporting Tsinghua version data structure books.
dijsktra
- C++实现的dijsktra单源最短路径,拓展开对所有节点的最短路径,有利于学习这个算法-C++ achieve dijsktra single source shortest path, expanding open to all nodes of the shortest path, this algorithm is conducive to learning
yiyuanduoxiangshi
- 数据结构的一元多项式的加减乘除法的运算,仅供学习。-Data structure of a polynomial addition and subtraction multiplication and division operations, for learning.
walls
- 一些用C++实现的经典算法代码,注释也比较全
doublelink
- 实现双链表的各种基本运算,并在此基础上设计一个主程序完成如下功能:-To achieve double-linked list of basic operations, and on this basis, the design of a main program to complete the following functions:
ACM_Code
- 包括计算几何、特殊数据结构、组合数学等知识点的代码。每个代码对应一道ACM试题,根据代码头说明找到题目具体来源,比如POJ 2050。来自NUAA ACM校队,ACM比赛必备!
