资源列表
通配符查找算法
- 一个效率很高的通配符查找算法,适用于对\"*\"和“?”的通配符查找,可以根据需要进行修改,适用于不同应用, 另外还有一个非常适用的CRC检查算法-a highly efficient wildcard search algorithm that applies to the "*" and "the" wildcard search, it may need to make changes apply to different applications,
prim
- prim算法的原理利用 prim算法构造最小生成树。有机的应用prim和数组存储生成树。
LIST
- 线性表的添加、删除、插入,课程实验,多多指教
avl
- 通过使用AVL树对输入的数据进行排序,然后采用线性表输出。-Sort through the AVL tree and then output by the liner table
Merge-sort
- 归并排序,书上的代码,可以作为参考,如果懒得打程序-Merge sort
SquStack_Math
- 数据结构基础知识,用栈操作实现对括号进行匹配。-Basic knowledge of data structures, stack operation to match the brackets.
lianbiao
- 链表:线性表的链接存储结构。用一组任意的存储单元存放线性表的元素。-linked list
yinhangjiasuanfa
- 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。-Bankers algorithm avoid deadlock is a kind of important method, the requirements of the written in a high-level language and commissioning a simple bankers algorithm procedures.
heibaiqi
- 数据结构制作的黑白棋代码,简单的基本功能已经实现-Othello code, data structures produced by the simple basic function has been achieved
c
- 顺序表的创建、查找和删除_silas_新浪博客,silas,顺序表,元素,查找,线性表,程序代码,it-Create a sequence table, find and delete _silas_ Sina blog, silas, order form, the elements, find, linear tables, program code, it
Deep-traversal-list
- 用C写的链表深度遍历,输入一张表的顶点等相关信息,得到该图的深度遍历-Written in C depth traversal list, enter a list of vertices and other relevant information, to give depth to traverse the graph
拓扑排序c版
- 拓扑排序c版(数据结构)1.邻接表的实现 2.无环情况-topological sorting c version (data structures) 1. The adjacent table to achieve two. No part of
