资源列表
[数据结构常用算法] my_BFS
说明: 1. Enqueue the root node. 2. Dequeue a node and examine it. * If the element sought is found in this node, quit the search and return a result. * Otherwise enqueue any successors (the direct child nodes) that have not yet been discovered.<synthia> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] MY_DFS
说明:DFS is an uninformed search that progresses by expanding the first child node of the search tree that appears and thus going deeper and deeper until a goal node is found, or until it hits a node that has no children. Then the search backtracks, retur<synthia> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] MY_QUICK
说明: 1. Pick an element, called a pivot, from the list. 2. Reorder the list so that all elements with values less than the pivot come before the pivot, while all elements with values greater than the pivot come after it (equal values can go either way<synthia> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shujujiegou
说明:这是清华 严蔚敏《数据结构》的全部代码实现(C语言),希望对于初学者有所帮助。-This is the Tsinghua Yan Wei-Min " data structure" to achieve the full code (C language), want to be helpful for beginners.<李雄> 在 2025-06-17 上传 | 大小:145kb | 下载:0
[数据结构常用算法] schoolguid
说明:本程序为一个最短路径的问题,通过输入校园内两个点来查找出两者的最短路径-This program is a shortest path problem, by entering the campus to find out the two-point shortest path between the two<叶碧> 在 2025-06-17 上传 | 大小:1.9mb | 下载:0