资源列表

« 1 2 ... .16 .17 .18 .19 .20 2621.22 .23 .24 .25 .26 ... 2656 »

[数据结构常用算法Hierarchical-traversal

说明:该算法是数据结构中的层次遍历算法,能够直接运行使用,欢迎下载-The algorithm is the data structure of the hierarchical traversal algorithm, can be directly run to use, welcome to download
<ma > 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法CASS

说明:Near-Optimal Adaptive Compressed Sensing
<couch> 在 2024-11-01 上传 | 大小:1024 | 下载:1

[数据结构常用算法pigeSort.tar

说明:通过鸽巢排序实现对于数字在10000以内的排列。-For the realization of the arrangement within the digital pigeonhole sort through 10,000.
<刘金鑫> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法8queen

说明:python使用遗传算法解决八皇后问题,课程作业-python using genetic algorithms to solve the eight queens problem
<three> 在 2024-11-01 上传 | 大小:1024 | 下载:1

[数据结构常用算法kruskalPunionFind

说明:krustral和并查集的c++实现,参考算法4-c++ krustral and disjoint-set implementation, reference algorithm 4
<leiyun> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法4Sum

说明:leetcode 4 Sum leetcode 4 Sum-leetcode 4 Sum leetcode 4 Sum leetcode 4 Sum
<王王> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法Word-Ladder

说明:给定两个词(beginWord和endWord)和字典的单词列表,找到所有最短转换序列(s)beginWord endWord,这样: 一次只能改变一个字母;每个中间必须存在于词列表-Given two words (beginWord and endWord), and a dictionary s word list, find all shortest transformation sequence(s) beginWord t
<胡延旭> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法Max-Points-on-a-Line

说明:给定的n个点在二维平面上,发现的最大数量点躺在同一直线。-Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.
<胡延旭> 在 2024-11-01 上传 | 大小:1024 | 下载:0

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

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

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

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

[数据结构常用算法C

说明:C语言实现的数据结构中二叉树的前序遍历、中序遍历和后序遍历以及几种排序算法-C language data structure binary tree before preorder, preorder and postorder and several sorting algorithm
<李敏捷> 在 2024-11-01 上传 | 大小:1024 | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 2621.22 .23 .24 .25 .26 ... 2656 »

源码中国 www.ymcn.org