资源列表

« 1 2 ... .32 .33 .34 .35 .36 537.38 .39 .40 .41 .42 ... 2656 »

[数据结构常用算法BST_path

说明:二叉搜索树求每个结点到根节点的路径 非递归的先序,中序,后序遍历-Binary search tree for each node to the root path of the first non-recursive sequence, in order, after the traversal
<pany> 在 2025-01-24 上传 | 大小:1.19mb | 下载:0

[数据结构常用算法1739

说明:pku 1739 Tony s Tour 连通性状态压缩DP-pku 1739 Tony s Tour connectivity state of compression DP
<caicai> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法2288

说明:pku 2288 Islands and Bridges 状态压缩DP-pku 2288 Islands and Bridges state compression DP
<caicai> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法shujujiegou

说明:数据结构实验 如下: Status Fibonacci(int k, int m, int &f) /* 求k阶斐波那契序列的第m项的值f */-Experimental data structure is as follows: Status Fibonacci (int k, int m, int
<caicai> 在 2025-01-24 上传 | 大小:27kb | 下载:0

[数据结构常用算法lianbiao

说明:数据结构---实现链表的插入与删除。(源码,可直接运行)-Data structure--- the realization of the insert and delete list. (Source code, can be directly run)
<xuye> 在 2025-01-24 上传 | 大小:6kb | 下载:0

[数据结构常用算法list

说明:数据结构实验--实现链表的插入与删除(源码,课直接运行)-Experimental data structure- to achieve the insertion list and delete (source, class directly run)
<xuye> 在 2025-01-24 上传 | 大小:6kb | 下载:0

[数据结构常用算法BFSTraverse

说明:图的遍历_邻接表存储.cpp 检验深度优先和广度优先的程序(邻接表存储表示)-Graph traversal _ adjacent table storage. Cpp test the depth and breadth of the priority of priorities Procedure (adjacent table, said storage)
<金婷> 在 2025-01-24 上传 | 大小:2kb | 下载:0

[数据结构常用算法2

说明:分治策略,一种算法。分
<gejin> 在 2025-01-24 上传 | 大小:34kb | 下载:0

[数据结构常用算法danlianbiao

说明:单连表,这是用c++实现的简单小程序。可以为大家提供一点方便很开心。-Even a single table, it is c++ Achieve a simple applet. Can provide a bit easier for everyone very happy.
<gupingping> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法diyizhang

说明:数据的逻辑结构、存储结构及它们之间的关系和相应的基本操作运算的定义和实现。 本书围绕数据结构的三种基本结构:线性结构(第2-5章)、树形结构(第6章)和图形结构(第7章)展开讨论,研究解决如下问题:一个具体问题的逻辑数据结构是什么?适宜选用什么样的存储结构?采用什么样的操作实现算法效率更高? -Logical structure of data storage structure and the relationship bet
<周小强> 在 2025-01-24 上传 | 大小:137kb | 下载:0

[数据结构常用算法dierzhangxianxinbiaoer

说明:线性表顺序存储结构特点:逻辑关系上相邻的两个元素在物理存储位置上也相邻; 优点:可以随机存取表中任一元素,方便快捷; 缺点:在插入或删除某一元素时,需要移动大量元素 需要预先确定数据元素的最大个数。-Linear sequence table storage structure characteristics: the logic of the relationship between the two adjacent
<周小强> 在 2025-01-24 上传 | 大小:34kb | 下载:0

[数据结构常用算法dierzhangxianxinbiaosan

说明:循环单链表是单链表的另一种形式,其结构特点是链表中的最后一个结点的指针域不再是结束标记,而是指向整个链表的第一个结点,从而使链表形成一个环。 问:带头结点的循环单链表的插入、删除算法如何写?-List is a single cycle of a single list of another form, its structure is characterized by a list of the last node pointer
<周小强> 在 2025-01-24 上传 | 大小:23kb | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 537.38 .39 .40 .41 .42 ... 2656 »

源码中国 www.ymcn.org