资源列表
ddseinguishcomplementhard
- 加减乘除练习用的程序,它可以让学生练习加减乘除等数学运算,()
有向图邻接表的建立,深度广度搜索及拓扑排序
- 拓扑排序 对一个有向无环图(Directed Acyclic Graph简称DAG)G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任意一对顶点u和v,若边(u,v)∈E(G),则u在线性序列中出现在v之前。通常,这样的线性序列称为满足拓扑次序(Topological Order)的序列,简称拓扑序列。简单的说,由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序(Topological sort A topological sort for a Directed
Archive 3
- 数据结构oj作业第一题,使用布尔数组的新颖算法(Data structure OJ homework first question, a new algorithm using Boolean array)
Archive
- 数据结构oj1-3,链表排序算法,仅作参考(Data structure oj1-3)
New folder (5)
- 这是我复习时候的一些数据结构和算法,希望对大家有帮助(this is my pratice and I share with other person ,and I want to learn more.)
图论
- 图论问题 图的建立 图由顶点的集合和顶点间关系的集合组成。 图有无向图和有向图之分。 图的边上加上权值后为带权图。 度是与顶点相连的边的数目,有向图分入度和出度。 连通图指图中任意两个顶点都是连通的。6无向图和有向图(The problem of graph theory)
list and sequence table
- 链表和顺序表的基本操作,简单易懂,简洁明了(The basic operation of the list and the sequence table.)
DSinfixtopostfix
- 简单的中缀表达式转后缀表达式并求值的程序。支持加减乘除。内置说明。(A simple program that converts infix expression to postfix, and calculates the postfix expression. Symbol + - * / = ( ) supported.)
dijkstra
- 图论中迪杰斯特拉最短路算法的matlab代码(Matlab code of Dijstro algorithm in graph theory)
校园导航系统
- 校园导航系统,用邻接矩阵和迪杰斯特拉算法(Campus Navigation System Using Adjacency Matrix and Dijkstra Algorithms)
Hash
- 一位在红帽工作的Geek编写的数据结构代码-哈希-Code of Data Structure Writen by a Geek working in Red Hat-Hash
POLYLINK
- a simple program for link lists in C-a simple program for link lists in C++
