资源列表
[数据结构常用算法] MazeSearchingObjects
说明:面向对象实现迷宫路经搜索的模拟。包括界面模拟显示。-Object-oriented simulation maze path search. Including interface analog display.<MJ> 在 2025-06-04 上传 | 大小:59kb | 下载:1
[数据结构常用算法] auto2000-0.9.8
说明:可以在linux环境下使用,用来分析非线性系统稳定用的数学分岔分析软件,AUTO2000版。-Under linux environment can be used to analyze the stability of nonlinear systems with mathematical bifurcation analysis software, AUTO2000 edition.<wudengguo> 在 2025-06-04 上传 | 大小:2.39mb | 下载:1
[数据结构常用算法] bubblesort
说明:清华大学邓俊辉副教授课件里的冒泡排序所有实现方式,带注释-bubblesort dsa<曹雪倩> 在 2025-06-04 上传 | 大小:4.73mb | 下载:1
[数据结构常用算法] Binary-Sort-Tree
说明:建立二叉链表,然后判断是否为二叉排序树。-Build binary list, and then determine whether the binary sort tree.<王育东> 在 2025-06-04 上传 | 大小:1kb | 下载:1
[数据结构常用算法] SpellChecker
说明:用哈希表实现一个拼写检查器spellchecker,给定一个字典, 输入一个文本后,输出拼写有误的单词,并给出用户可能想要表达的正确的单词- In this project, you ll build a hash table and see an example of hashing in action. Many applications, including word processors, text editors, and email clients, include a sp<EricZhang> 在 2025-06-04 上传 | 大小:475kb | 下载:1
[数据结构常用算法] 4-3solution
说明:朋友圈,某学校有N个学生,形成M个俱乐部,每个俱乐部里的学生有着一定相似的兴趣爱好-Circle of friends, a school student with N form M clubs, each club has a certain similarity of student interests<liuwenchun> 在 2025-06-04 上传 | 大小:1kb | 下载:1
[数据结构常用算法] 深度优先
说明:【问题描述】 给定某个图的结构数据和起点位置,创建出图后,再采用深度优先遍历算法,输出所有的遍历节点序列。 【基本要求】 1) 自己定义一组图的结构数据,节点数大于7个,边数大于15个,用于创建此图 2) 对图中各节点进行深度优先遍历 3) 遍历过程中的节点序列要求输出显示<1421118492@qq.com> 在 2015-03-23 上传 | 大小:387.93kb | 下载:1
[数据结构常用算法] Binary-search
说明:二分查找,递归算法,按字典顺序排好的n个字符串,查找给定的字符串,成功返回索引值,失败返回-1;-Binary search (recursive algorithm)<卢俊> 在 2025-06-04 上传 | 大小:1kb | 下载:1
[数据结构常用算法] List
说明:本程序用数组实现了线性表,基本功能包括:添加、删除、查找、插入、排序等功能。-This program implements an array linear form, the basic functions include: Add, delete, search, insert, sort and other functions.<shenfengchen> 在 2025-06-04 上传 | 大小:32kb | 下载:1