资源列表

« 1 2 ... .41 .42 .43 .44 .45 1546.47 .48 .49 .50 .51 ... 2656 »

[数据结构常用算法Shortest_Path

说明:一个求单源最短路径的算法,即Dijkstra算法-One for single-source shortest path algorithm, Dijkstra algorithm that
<空凌> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法ac

说明:最长公共子序列 问题ACM题目 如果序列 { s1, s2, ……, sk } 是序列 { a1, a2, ……, an } 的子序列,又是序列 { b1, b2, ……, bm } 的子序列,则称序列 s 为序列 a 和 序列 b 的公共子序列。在 a 和 b 的所有公共子序列中,长度最长者称为最长公共子序列。 本题对于给定的两个整数序列,请求其最长公共子序列的长度 -The question of the lon
<霍小明> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法YuRenGuoHe

说明:“渔人过河”是数据结构里面很常见的一个课题。要求是找出最好路径,并将路径保存输出,这里面涉及到链表二叉树的知识。技巧性还是有一些的。-" Fisherman' s across the river" is a very common data structure inside of an issue. Requirement is to find the best path, the path and save
<流动的阳光> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法LinkList

说明:双向循环线性链表,链表初始化、插入结点、修改结点的值、删除特定结点、打印链表、销毁链表。在以上的基础下实现一元多项式的相加。-Two-cycle linear list, linked list is initialized, insert node, modify the value of node to delete a specific node, print list, the destruction list. Basis i
<dada> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法greedy

说明:贪婪算法 算法例题 有效的解决了数字删除的问题 让你可以从一串数字中选出一些最大的-Example algorithm greedy algorithm solves effectively the problem of the number of deleted so that you can choose from a bunch of figures some of the largest
<asd> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法BookFind

说明:一个海量图书查询系统,程序可以模拟图书馆书库,随机生成100万条图书记录并形成索引表和哈希表,实现图书查找功能。同时计算执行效率。-Inquiry System of a mass of books, the program can simulate the library stacks, randomly generated one million books and records of the formation of the i
<Jack cheng> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法data_structure3

说明:9、优先级队列 QueueNode.h Compare.h PriorityQueue.h Test.cpp 10、串 88 MyString.h MyString.cpp test.cpp 11、二叉树 BinTreeNode.h BinaryTree.h Test.cpp 12、线索二叉树 ThreadNode.h ThreadTree.h
<XS> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法KMP

说明:我自己写的一个“文学研究助手”的程序,C语言写的,实现了从文件中查找字符串。用到了KMP算法。-I wrote it myself a " literary research assistant" process, C language, and the realization of the search string from the document. Used in the KMP algorithm.
<lzj> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法shuju6

说明:熟悉二叉树的各种存储结构的特点及适用范围;掌握建立二叉树的存储结构的方法;熟练掌握二叉树的前序、中序、后序遍历的递归及非递归算法;灵活运用递归的遍历算法实现二叉树的其它各种运算-Familiar with the binary tree structure of a variety of storage features and the scope of application acquire storage to establish
<bartok> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法shuju7

说明:灵活运用非递归的遍历算法实现二叉树的其它各种运算;掌握按层次顺序遍历二叉树的方法;熟练掌握在中序线索二叉树上找给定结点的指定顺序下的前驱和后继的方法。-Flexibility in the use of non-recursive binary tree traversal algorithm to achieve a variety of other operations master-level order according t
<bartok> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法telephone

说明:a simple data structure code
<shaz> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法YangHui

说明:本程序的实现了杨辉三角的自动显示。希望对初学数据结构的同学有帮助。-This program achieves to show YANG_HUI triangle.I hope that it may give help to every student.
<dandan> 在 2024-10-09 上传 | 大小:5120 | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 1546.47 .48 .49 .50 .51 ... 2656 »

源码中国 www.ymcn.org