资源列表

« 1 2 ... .90 .91 .92 .93 .94 2595.96 .97 .98 .99 .00 ... 2656 »

[数据结构常用算法Single-linked-list

说明:已知一个带有表头结点的单链表,结点结构为 ,假设该链表只给出了头指针list。在不改变链表的前提下,请设计一个尽可能高效的算法,查找链表中倒数第k个位置上的结点(k为正整数)。若查找成功,算法输出该结点的data域的值,并返回1;否则,只返回0。 -Given a single linked list with a header node, node structure, assuming that the list gives o
<陈默> 在 2025-01-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法number-interval

说明:输入一个整数,将各位数字反转后输出,输入一个0~6的整数,转换成星期输出-Enter an integer, will you digital output after inversion, input a integer 0 to 6, the output into a week
<汤海波> 在 2025-01-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法n_queen

说明:在n×n格的棋盘上放置彼此不受攻击的n个皇后,按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子,求解可以放置的方法种数。-Placed on the n × n chessboard grid attack each other n-queens, in accordance with the rules of chess, the queen can attack in the same row or col
<黄芳> 在 2025-01-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法xlbd

说明:这是一个序列比对算法,两个序列,字符相同得两分,与空格匹配得一分,错配得0分,计算最高得分与匹配情况-This is a sequence alignment algorithm, two sequences of characters the same two points, and the match was a sub-space mismatch 0 points, the highest score of the match
<陈蒙佳> 在 2025-01-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法km

说明:Kuhn-Munkers算法的几种变形应用 1.Kuhn-Munkers算法是求最大权完备匹配,如果要求最小权完备匹配怎么办?方法很简单,只需将所有的边权值取其相反数,求最大权完备匹配,匹配的值再取相反数即可。 2.Kuhn-Munkers算法的运行要求是必须存在一个完备匹配,如果求一个最大权匹配(不一定完备)该如何办?依然很简单,把不存在的边权值赋为0。 3.Kuhn-Munkers算法求得的最大权匹配是边权值和
<蓝星超> 在 2025-01-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法BST

说明:1、 利用从键盘输入的n个数据建立一棵二叉排序树,对该树中序遍历,并输出其中序遍历序列。 2、 在二叉排序树上查找用户输入的结点数据。 -data struct
<leo> 在 2025-01-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法Binary-Sort-Tree

说明:建立二叉链表,然后判断是否为二叉排序树。-Build binary list, and then determine whether the binary sort tree.
<王育东> 在 2025-01-07 上传 | 大小:1kb | 下载:1

[数据结构常用算法LinearTable

说明:LinearList,线性表,本代码主要是sorted chain,使用c++实现-sortedList implemented by C++
<王耿> 在 2025-01-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法compress

说明:(Lempel-Ziv-Welch)LZW压缩的源代码,使用c++编写的,无测试用例,可直接使用 -Lempel-Ziv-Welch compress
<王耿> 在 2025-01-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法guibinpaixu

说明:归并排序和二叉线索树的c++源码,有详细注释-Clues to merge sort and binary tree of the c++ source code, there are detailed notes
<彭毅> 在 2025-01-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法HeapSort

说明:这是一个经典的堆排序算法,不错的学习经典-This is a pile of sorting algorithm
<jone> 在 2025-01-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法Kmp

说明:这就是传说中的KMP算法,比较不错,可以研究下-This is the legendary KMP algorithm, is good, can study
<jone> 在 2025-01-07 上传 | 大小:1kb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 2595.96 .97 .98 .99 .00 ... 2656 »

源码中国 www.ymcn.org