资源列表

« 1 2 ... .08 .09 .10 .11 .12 2113.14 .15 .16 .17 .18 ... 2656 »

[数据结构常用算法yy

说明:把在链表中插入语删除节点的操作写成一个函数。 bool insert(Node *&h,int a,int pos) pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。 bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node operation. bool insert (Node* &
<yejunjian> 在 2025-06-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法KMP

说明:用c++实现了KMP字符串匹配算法,简单明了-KMP string matching algorithm with c++, plain and simple
<dl> 在 2025-06-21 上传 | 大小:859kb | 下载:0

[数据结构常用算法LCS

说明:最长公共子串算法,该程序能够求出最长的公共子串-Longest common substring algorithm, the program can find the longest common sub-string
<dl> 在 2025-06-21 上传 | 大小:548kb | 下载:0

[数据结构常用算法divide3

说明:本程序巧妙的实现了不用除法求n/3.简单易懂,值得一看-The program' s clever without division seeking n/3 straightforward, worth a visit
<dl> 在 2025-06-21 上传 | 大小:555kb | 下载:0

[数据结构常用算法Trie

说明:本程序实现了后缀树,即trie树。trie在字符串处理中有很重要的作用-This program implements suffix tree, ie trie tree. trie has a very important role in the string processing
<dl> 在 2025-06-21 上传 | 大小:856kb | 下载:0

[数据结构常用算法TreeArry

说明:该程序实现了树状数组,树状数组在求累加等问题时有很高的效率-The program tree array the tree array seek issues such as cumulative high efficiency
<dl> 在 2025-06-21 上传 | 大小:543kb | 下载:0

[数据结构常用算法binarytree

说明:1.以二叉链表作存储结构,编写前序、中序、后序及层次顺序遍历二叉树的算法。 2、 以二叉链表作存储结构,编写计算二叉树深度、所有结点总数、叶子结点数、双孩子结点个数、单孩子结点个数的算法 -1 to two binary linked list storage structure, preparation of order, in sequence, after the sequence and hierarchy order traversal of binary tree algor
<吴惠林> 在 2025-06-21 上传 | 大小:991kb | 下载:0

[数据结构常用算法sort

说明: 实现直接插入排序 简单交换排序-冒泡排序 简单选择排序 堆排序 利用链表实现插入排序 利用链表实现直接选择排序 快速排序的算法改进 归并排序 -The direct insertion sort Simple exchange sort, bubble sort Simple selection sort Heap sort Implementation of the linked list insertion sort
<吴惠林> 在 2025-06-21 上传 | 大小:845kb | 下载:0

[数据结构常用算法Dijkstra

说明:迪杰特斯拉算法 求最短路径。数据结构,树,构造图方面的内容-Dykstra algorithm for the shortest path. The contents of the tree structure diagram of the data structure,
<刘雨超> 在 2025-06-21 上传 | 大小:2kb | 下载:0

[数据结构常用算法tree_forest

说明:1.以二叉链表作存储结构,编写前序、中序、后序及层次顺序遍历二叉树的算法。 2、 以二叉链表作存储结构,编写计算二叉树深度、所有结点总数、叶子结点数、双孩子结点个数、单孩子结点个数的算法 用非递归(栈 或 队列)实现前序、中序、后序及层次顺序遍历二叉树的算法 -A binary list storage structure, written preamble, inorder, postorder and level order traversal of a binary tree
<> 在 2025-06-21 上传 | 大小:691kb | 下载:0

[数据结构常用算法gra

说明:1.以邻接表作存储结构,编写深度优先、广度优先的算法。 2、以邻接表作存储结构,编写最小生成树的算法。 3、以邻接表作存储结构,编写最短路径的算法。 1.以邻接表作存储结构,使用非递归方式编写深度优先、广度优先的算法。 -Adjacency list storage structure, writing depth first, breadth-first algorithm. 2 adjacency list storage structure, the preparati
<> 在 2025-06-21 上传 | 大小:755kb | 下载:0

[数据结构常用算法paixu

说明:七种排序方法:冒泡排序法插入排序法,Bucket排序法,选择排序法,Shell排序法,快速排序法,Heap排序法-Seven kinds of sorting methods: bubble sort insertion sort, Bucket sort, Selection Sort, Shell sort, quick sort, Heap sort
<Dwj> 在 2025-06-21 上传 | 大小:4kb | 下载:0
« 1 2 ... .08 .09 .10 .11 .12 2113.14 .15 .16 .17 .18 ... 2656 »

源码中国 www.ymcn.org