搜索资源列表
-
1下载:
并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
-
-
0下载:
ACM Templates, including useful Algorithms, Graph, Math, DP, Search, Data Structures and so on
-
-
0下载:
该gsuffix库实现枚举的字符串搜索使用 serveral的算法。它采用了后缀树和后缀数组的数据结构,以及一些其他方法。-The gsuffix library implements serveral algorithms used for enumerative string searches. It incorporates the suffix tree and suffix array data structures as well as some other methods.
-
-
0下载:
100比赛 数据结构和算法中一个小问题 个人感觉不错-100 race data structures and algorithms is a small problem personal feeling good
-
-
0下载:
The best selling Algorithmics presents the most important, concepts, methods and results that are fundamental to the science of computing. It starts by introducing the basic ideas of algorithms, including their structures and methods of data manipula
-
-
0下载:
数独是一种运用纸、笔进行演算的逻辑游戏。玩家需要根据9×9盘面上的已知数字,推理出所有剩余空格的数字,并满足每一行、每一列、每一个粗线宫内的数字均含1-9,不重复。要求使用合适的数据结构和算法,求解出所有剩余空格的数字。
【输入形式】
输入为9X9的二维数组,每个数字均为0-9之间的数字,其中0表示该位置的数字为未知。
【输出形式】
输出为9X9的二维数组,每个数字均为1-9之间的数字,满足数独
-Sudoku is a use of paper, pen cal
-
-
0下载:
Ebook about data structures and algorithms
-
-
0下载:
Data structures and algorithms, AVL trees,rank finding algorithms, Fibonacci tree
-