资源列表
Priority_Queue
- Priority Queue for C
management-system
- 数据结构c代码,学生成绩管理系统,有插入删除,建立,查找等一系列功能,可以运行。-Data structure c code, student achievement management system, insert delete, create, find a series of functions, you can run.
quick_sort
- 快速排序源程序,自己编的,想学数据结构的可以-Quick Sort source, own, and want to learn to look at the data structure
quzze
- 该代码包括了队列的实现,主要包括队列的进出问题, 以及队列的查询,删除等问题。-The code includes queue implementation, mainly including queue in and out of the question, as well as the queue query, delete, etc.
deep-copy
- 该代码实现了深拷贝的问题,对于深拷贝进行了一系列的介绍,并且显示其与浅拷贝的区别。-A deep copy of the code issues a series of deep copy for presentation, and shows the difference between a shallow copy.
chengxusheji-
- 这是我自己写的一个进程调度的程序,里面一共实现了三种调度方式。-this is good for students to study
algorithm
- C++基础算法,包括KMP,红黑树,二叉树,排序堆等常规算法,初学者可以试着-C++ basic algorithms including KMP red-black tree, sorting-heap etc.
Dijkstra
- 最短路径计算,用于道路计算提取,是数据结构的一个小程序-Shortest path for Dijkstra
c++异质链表
- 此文件为c++异质链表,有插入删除,新建等操作,以及充分的注释
SZ
- 计算出将n堆石子合并成一堆的最小得分和最大得分。-Calculate the n pile of stones piled into the minimum score and maximum score.
mouna_liste
- Les listes chaî nées sont des structures de données semblables aux tableaux sauf que l accès à un élément ne se fait pas par index mais à l aide d un pointeur. L allocation de la mémoire est faite au moment de l exécution.
tree
- 此代码实现的是树的简单的遍历,简单易懂。-This code is a simple traversal of the tree, easy to understand.