联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据结构(729) 

[数据结构] Problem-of-the-Day-GFG

每天解决数据结构和算法方面的极客换极客问题。
Solving Geek for Geeks Problem of the day on Data Structure and Algorithms every day. (2023-12-08, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1702019618439905.html

[数据结构] Data_Structures_and_Algorithms-GFG

极客解决极客问题。,
Geeks for Geeks Problems., (2023-09-05, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693896936882128.html

[数据结构] Geeks-For-Geeks

极客为极客今天的问题(POTD)和问题
Geeks For Geeks problem of the day(POTD) and questions (2023-07-20, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690792926952746.html

[数据结构] 算法导论

《算法导论》(Introduction to Algorithms)是麻省理工学院出版社出版的关于计算机中数据结构与算法的图书,作者是托马斯·科尔曼(Thomas H. Cormen)、查尔斯·雷瑟尔森(Charles E. Leiserson)、罗纳德·李维斯特(Ronald L. Rivest)、克利福德·斯坦(Clifford Stein)。第一版刊行于1990年,2009年最新版为第三版。
Introducion To Algorithms (2020-08-22, C/C++, 47648KB, 下载0次)

http://www.pudn.com/Download/item/id/1598063945835576.html

[数据结构] 直通BAT面试算法精讲课

牛客网直通BAT课程 代码,包含课程所有习题代码
c++ code of all exercises on www.nowcoder.com (2017-11-28, C/C++, 5371KB, 下载8次)

http://www.pudn.com/Download/item/id/1511875910194874.html

[数据结构] chuanzhibokexianxinglianbiao

传智播客的 企业财富库线性链表 顺序存储开发和设计
It is chuanzhiboke. (2016-01-14, Visual C++, 703KB, 下载11次)

http://www.pudn.com/Download/item/id/1452764687655508.html

[数据结构] Voronoi

维诺图的实现,应用分治法实现维诺图,代码详细有注释
Voronoi come true (2014-10-26, Visual C++, 3034KB, 下载61次)

http://www.pudn.com/Download/item/id/2642244.html

[数据结构] stopVegas

拉斯维加斯的多皇后问题的程序源码,学习算法设计与分析的童鞋会用的到的
Las Vegas, queens problem program source code, learning algorithm design and analysis of children s shoes to the (2013-03-24, C/C++, 550KB, 下载1次)

http://www.pudn.com/Download/item/id/2171311.html

[数据结构] 8Queen

三种算法解决八皇后问题, 有界面, 有结果和算法性能分析。 拉斯维加斯, 回溯, 拉斯维加斯+回溯混合
three algorithms to solve 8 queen problem. lasvegas, backtrace, lv+backtrace. (2012-07-11, Visual C++, 25843KB, 下载6次)

http://www.pudn.com/Download/item/id/1936045.html

[数据结构] nQueen

N皇后问题:拉斯维加斯算法和回溯法的结合,可以输出每次搜索的节点数(包括成功的搜索和失败的搜索),以及直到找到一个正确结点的搜索总节点数。
N Queens problem: Las Vegas, the combination of algorithm and backtracking, can output the number of nodes per search (including the failure of successful search and the search), and until you find the right node of the total number of nodes in the search. (2011-05-22, Visual C++, 872KB, 下载26次)

http://www.pudn.com/Download/item/id/1541983.html

[数据结构] DataStructAndAlgorithnInC

数据结构与算法分析c语言版,维斯版第二版源码
Source code for Data struct & Algorithm Analysis in c,2nd Edition,Mark Allen Weiss (2011-04-05, C/C++, 75KB, 下载5次)

http://www.pudn.com/Download/item/id/1479529.html

[数据结构] nqueen

用概率算法求解N皇后问题。1、拉斯维加斯概率算法 每一行得到了几个摆放位置时,不是按顺序进行摆放,而是随机摆放的。因此程序每次运行的时间都不一样。用拉斯维加斯算法除非找不到解,如果找到,答案就一定是正确的。
Probabilistic algorithm with N queens problem. 1, Las Vegas probabilistic algorithms have several display each line position, not by placing the order, but randomly placed. Therefore, each program running time is different. Unless with the Las Vegas algorithm can not find the solution, if found, the answer is necessarily correct. (2010-11-03, Visual C++, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/1335259.html

[数据结构] QueensProblem_LVBackTrack

在C语言环境下,采用拉斯维加斯算法及回溯算法解决常规八皇后问题,效率有很大提高。
In the C language environment, with the Las Vegas algorithm and conventional backtracking algorithm to solve the eight queens problem, greatly improving efficiency. (2010-06-18, C/C++, 1KB, 下载8次)

http://www.pudn.com/Download/item/id/1216233.html

[数据结构] FIFO

fifo调度 先来 先 服 务 程序
fifo yemiandiaoduchengxu (2010-05-14, Visual C++, 76KB, 下载4次)

http://www.pudn.com/Download/item/id/1172468.html

[数据结构] dijkstra

迪克斯加(Dijkstra)算法(最短路径算法)
Dijkstra algorithm (2010-04-26, Visual C++, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/1144313.html

[数据结构] las

使用拉斯维加斯随机算法解决N皇后问题 可以以较快速度解决128皇后 甚至是256皇后问题
Use Las Vegas randomized algorithm to solve the N Queens problem can be resolved more rapid pace of 128 or even 256 Queen Queens Problem (2009-10-15, Visual C++, 6KB, 下载27次)

http://www.pudn.com/Download/item/id/938972.html

[数据结构] nQueensLV

随机算法,利用拉斯维加斯算法计算n皇后问题。
Random algorithm, the use of Las Vegas algorithm n queen problem. (2009-02-26, Visual C++, 255KB, 下载23次)

http://www.pudn.com/Download/item/id/654723.html

[数据结构] QueenRandom

N皇后问题的实现,采用随机法,可以方便地计算N皇后问题
N Queen (2007-11-22, Java, 1KB, 下载16次)

http://www.pudn.com/Download/item/id/362944.html

[数据结构] nqueen_LV

利用回溯法和随机算法中的拉斯维加斯算法求解n皇后问题。
use of retrospective law and randomized algorithm of Las Vegas algorithm n Queen's problem. (2007-01-23, Visual C++, 1KB, 下载43次)

http://www.pudn.com/Download/item/id/244770.html

[数据结构] Las Vegas

关于字符串匹配的拉斯维加斯算法,有不好的地方请指正
on the Las Vegas string matching algorithm, the bad Hi (2005-12-02, C++, 1KB, 下载168次)

http://www.pudn.com/Download/item/id/129354.html
总计:729