资源列表
dijkstra.tar
- 上古大神Dijkstra的最短路径算法的C++实现-C++ implementation of Dijkstra-algorithm
Fibonacci
- Fibonacci数列求解代码,递归调用和迭代算法-Fibonacci Fibonacci Fibonacci
CPP-Data-Structure-and-algorithm
- C++ 数据结构与算法,很详细,对学习c++编程很有帮助-C++ Data Structure and algorithm
the-data-structure-of-C-code
- 清华严蔚敏版数据结构 C代码,强烈建议学习此课程者使用-Tsinghua Yan Wei-min version of the data structure of C code
list
- 利用指针实现线性表。 要求:用模板类的继承,实现链表的几个函数功能,主要包括链表的插入,追加和删除。并在main函数中对你的链表的各项功能进行测试 -The use of pointers to the linear form. Requirements: the inheritance with template classes, implement a linked list of functions of several functions, including the lis
telephone
- 数据结构课程设计,电话簿,单链表。重点在于链表的使用。-Data structure curriculum design, telephone directory, a single linked list. Focuses on the use of linked lists.
Binary-search-tree
- 二叉树排序的头文件,提供添加、删除、查找、清零等功能-Binary search tree
Sort
- 包含六种排序和其图形界面(冒泡、快排、简单、希尔等)-Six kinds of simple sorting
KRUSKAL
- 建立邻接矩阵和邻接表,用克鲁斯卡尔算法求最小生成树-KRUSKAL function
Primality-testing
- 使用扩展欧几里得、平方乘等函数对较大的随机数进行素性检测-Primality testing
maze
- 控制台输出的迷宫类的经典问题,L代表阻隔物,W代表通路,可作为解决一般迷宫问题的代表。-Console output of the classic maze problem, L on behalf of the barrier, W on behalf of access, it can solve the general mazeproblem as a representative.
GreedySelector
- greedy selector algorithm, (AI) implementation
