▍1. graph-theory
数据结构图论问题,初学数据结构的学生可以通过这些简单的问题熟悉数据结构课程(Data structure graph theory problem, learning data structures for students through these simple questions can be familiar with the data structure courses)
数据结构图论问题,初学数据结构的学生可以通过这些简单的问题熟悉数据结构课程(Data structure graph theory problem, learning data structures for students through these simple questions can be familiar with the data structure courses)
数据结构图论问题,初学数据结构的学生可以通过这些简单的问题熟悉数据结构课程(Data structure graph theory problem, learning data structures for students through these simple questions can be familiar with the data structure courses)
最优二叉搜索树问题具有最优子结构性质,即其任意一棵子树都是一棵独立的最优二叉搜索树,所以可以采用动态规划方法,并且在每次更新时保存子树的根。(Optimal binary search tree problem has optimal substructure property that any of its sub-tree are an independent optimal binary search tree, so you can use dynamic programming methods, and save each update subtree roots.)
最优二叉搜索树问题具有最优子结构性质,即其任意一棵子树都是一棵独立的最优二叉搜索树,所以可以采用动态规划方法,并且在每次更新时保存子树的根。(Optimal binary search tree problem has optimal substructure property that any of its sub-tree are an independent optimal binary search tree, so you can use dynamic programming methods, and save each update subtree roots.)
根据队列搜索算法的基本思想,现设计了一个简单的结构体数组如下定义代码所示。此结构体数组具备控制结点搜索和存储结点信息和路径的功能,可以较好的实现TDN的最小时间路径搜索。(Search algorithm based on the basic idea of the queue is now designed a simple structure array as defined code. This structure array with the control node and storage node information search and path functions, you can achieve better TDN minimum time path search.)
根据队列搜索算法的基本思想,现设计了一个简单的结构体数组如下定义代码所示。此结构体数组具备控制结点搜索和存储结点信息和路径的功能,可以较好的实现TDN的最小时间路径搜索。(Search algorithm based on the basic idea of the queue is now designed a simple structure array as defined code. This structure array with the control node and storage node information search and path functions, you can achieve better TDN minimum time path search.)
数据结构 课件 附PPT 附实现源码数据结构 课件 附PPT 附实现源码(Class data structure attached PPT courseware data structure to achieve source components attached attached attached PPT achieve source)
数据结构 课件 附PPT 附实现源码数据结构 课件 附PPT 附实现源码(Class data structure attached PPT courseware data structure to achieve source components attached attached attached PPT achieve source)
选择型结构c语言编程 (Choose the type of structure of C language programming)
选择型结构c语言编程 (Choose the type of structure of C language programming)
本代码是通过C语言来实现贪心算法求着色问题,包括具体问题和实现代码(This code is the C language to implement the greedy algorithm for the coloring problem, including specific issues and the implementation code)
本代码是通过C语言来实现贪心算法求着色问题,包括具体问题和实现代码(This code is the C language to implement the greedy algorithm for the coloring problem, including specific issues and the implementation code)
简单LR语法分析程序自动生成器的实现,可用作数据结构课程设计(LR (0) grammar analysis)
简单LR语法分析程序自动生成器的实现,可用作数据结构课程设计(LR (0) grammar analysis)
使用循环队列创建最小和最大优先队列,并使用堆排序方法去排序。(Using the circular queue to create the min and max priority queue, and using heap sort method to sort the queue.)