资源列表
qishiyouli
- 用c++实现骑士游历算法,比较简单使用,而且便于理解-Achieve the Knights traveled algorithm
tree
- 二叉树的建立和遍历,包括递归实现和数组实现-The establishment of a binary tree traversal, including recursive implementation and an array of
YUNSUAN
- 集合运算演示系统,包括求集合的交集,并集和差集-Demonstration system set operations, including seeking the collection of intersection, union and difference
Data-structures-(CPP-2nd-)-Example
- 《数据结构(C++版)(第2版)》例题及一些相关程序设计-Examples of data structures (C++ Edition) (2nd Edition) " and some programming
seqlist
- c语言数据结构线性表头文件seqlist-c language data structure of linear header file seqlist
queen_backtracking
- 数据结构中讲述如何用回溯法求解八皇后问题-Data structure that describes how to use backtracking to solve the eight queens problem
HorseTravel
- 数据结构中例预见算法解骑士游历问题的实现-Cases foreseeable Algorithm for Solving the Knight traveled to the data structure
knapsack01_backtrack
- 数据结构中回溯法求解0-1背包问题的实现-Backtracking to the 0-1 knapsack problem in the data structure
combinatation_dynamic
- 数据结构程序实例,动态规划法求组合数算法的实现-Data structure instance, the dynamic programming method to seek the realization of the number of combinations of algorithms
Scheduling-algorithm-is-compared-
- 各种内部排序算法的时间复杂度分析结果只给出了算法执行时间的阶,或大概的执行时间。试通过随机的数据比较各算法的关键字比较次数和关键字移动的次数。-The time complexity analysis of the various internal sorting algorithm only gives the order of the algorithm execution time, or about the execution time. Test the random data al
employee-information-system--
- 用链表实现员工信息系统,通过链表实现 通讯录编辑(添加、删除); 查找; 排序; 将通讯录写入文件; 从文件读入通讯录。-Employee information system, a linked list, address book editor through the list (add, delete) search sort contacts write to a file read from the file into the address book.
Dijkstra
- 最小生成树Dijkstra算法的实现,包括测试数据,算法准确。-The minimum spanning tree Dijkstra algorithm implementation, including test data, and accurate algorithm.
