资源列表
Data-structures
- 数据结构里面大部分的解决了在编程中遇到的算法问题。-Data structures which most of the solve the problems encountered in the programming algorithm.
PBFSandDfsList
- 数据结构中对有向图采用邻接表为存储结构实现对有向图的建立、深度优先遍历和广度优先遍历,同样有测试数据-Data structure of a directed graph with adjacency table for the storage structure to achieve the establishment of a directed graph, depth-first traversal and breadth-first traversal, the same test da
Calculator
- 数据结构,算术算法。自己写的。比较完善。简单易懂。注释齐全-Arithmetic algorithm data structure. Wrote it myself. Improve.
chenlieguan
- 数据结构与算法里,陈列馆中机器人看守问题。-dormitories
javaDataStructures
- java数据结构的案例代码,很好的帮助了想学数据结构的java初学者-the case of java code data structure, a good help to learn data structures java beginners
00948259_ACM_2083
- 该程序能按照输入的n值,生成满足题意的n度图形,每个n度图形是n-1度图形的某种重复-The process in accordance with the input values ??of n, n meaning of the questions generated to meet the degree of graphs, graphics for each degree n n-1 is a certain degree of duplication of graphics
olokliromata-gl
- calculate integrals and methods of integration
vcforcut
- 一种有效的算法,可以借鉴,感觉可以就帮上传了
recall
- 回溯.rar是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。-Back. Rar is a systematic search of the solution method. The basic idea of backtracking algorithm is: from one way forward, can be entered into, can not enter the return to, try another ro
b76b201ee8ef
- sudoku实现,基于C语言的,功能齐全,很好玩-the slove of sudoku
TestDijkstraWithGPHeapSort
- 使用堆优化的最短路径算法,速度非常快,建议下载-Optimize the use of heap shortest path algorithm, very fast
BFSandDFSList
- 对数据结构中图一部分采用邻接表实现无向图的建立、深度优先遍历和广度优先遍历算法实现,成功运行,有测试数据-Part of the data structure used in the adjacent table to achieve the establishment of an undirected graph, depth-first traversal and breadth-first traversal algorithm, the successful operation, a t
