资源列表

« 1 2 ... .91 .92 .93 .94 .95 596.97 .98 .99 .00 .01 ... 2656 »

[数据结构常用算法LRU-Cache

说明:设计和实现一个数据结构最近最少使用(LRU)缓存。它应该支持以下操作:获取和设置。    得到(关键)得到的价值(永远是积极的)关键如果键存在于缓存中,否则返回1。  集(关键字,值)——设置或插入的值如果不是已经存在的关键。当缓存达到容量,应该最近最少使用项失效前插入一个新项。-Design and implement a data structure for Least Recently Used (LRU) cache. It s
<胡延旭> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法Text-Justification

说明: 给定一组单词和长度,格式文本,每一行有L人物和完全(左和右)合理的。    你应该包你的话在一个贪婪的方法,也就是说,包尽可能多的单词可以在每一行。垫额外空间“必要时,每一行有L字符。    单词之间额外的空格应该尽可能均匀分布。如果空间的数量在一个单词之间不匀,左边的空槽将分配更多的空间比右边的插槽。    最后一行文本,应该向左对齐,没有单词之间插入额外的空间。-Given an array of words and a leng
<胡延旭> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法Shortest-Palindrome

说明:给定一个字符串,你可以将它转换成一个回文通过添加字符在它前面。找到并返回最短的回文可以发现通过执行这个转换。    例如:     鉴于“aacecaaa”,返回“aaacecaaa”。    鉴于“abcd”,返回“dcbabcd”。-Given a string S, you are allowed to convert it to a palindrome by adding characters in front of it.
<胡延旭> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法C

说明:C语言实现的数据结构中二叉树的前序遍历、中序遍历和后序遍历以及几种排序算法-C language data structure binary tree before preorder, preorder and postorder and several sorting algorithm
<李敏捷> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法algorithm

说明:chose two values nearest the given number in a row or column matrix
<quyen> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:这是一个复杂的排序,最基本的排序方法 。-It is a sort
<vr> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法SD_Latihan_DoubleStack_Praktikum

说明:This a method of source code double linked list-This is a method of source code double linked list
<Andi> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法Connect-Set

说明:网易云课堂-陈越、何钦铭-数据结构-2016春 PTA-06-图1 列出连通集 给定一个有NNN个顶点和EEE条边的无向图,请用DFS和BFS分别列出其所有的连通集。假设顶点从0到N− 1N-1N− 1编号。进行搜索时,假设我们总是从编号最小的顶点出发,按编号递增的顺序访问邻接点。-Given a free E N vertices and edges of the graph, please list th
<zhangzhi> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法Saving-James-Bond

说明:网易云课堂-陈越、何钦铭-数据结构-2016春 PTA-06-图2 Saving James Bond - Easy Version 编译器-python2-This time let us consider the situation in the movie Live and Let Die in which James Bond, the world s most famous spy, was captured b
<zhangzhi> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法File-Transfer

说明:网易云课堂-陈越、何钦铭-数据结构-2016春 PTA-05-树8 File Transfer 编译器:python2-We have a network of computers and a list of bi-directional connections. Each of these connections allows a file transfer one computer to another. Is it po
<zhangzhi> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法yiqunyouhuasuanfa

说明:蚁群算法的优化,以改善传统的蚁群算法不适用欲大规划的TSP问题的解决,缩短搜索的时间。-Ant colony optimization algorithm to improve the traditional ant colony algorithm NA For big plan to solve TSP problem, shorten the time of the search.
<邓燕> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法n_kuohao

说明:n对括号匹配方式,前面的左括号一定要大于右括号,而且左右括号数量相等。-n parentheses matching mode, the front left and right bracket bracket must be greater than, and equal number of left and right brackets.
<wudg> 在 2025-01-31 上传 | 大小:1kb | 下载:0
« 1 2 ... .91 .92 .93 .94 .95 596.97 .98 .99 .00 .01 ... 2656 »

源码中国 www.ymcn.org