数据结构与算法学习笔记,代码全部用C++实现,初学者可以借鉴
2021-08-20 22:04:51 91.6MB 数据结构 算法 C++
1
数据结构、算法与应用 C++语言描述 原书第2版 第二部分
2021-08-19 21:10:22 38.15MB 算法
1
P.S. 因为上传附件大小受限,故将本资源分为两部分,第二部分是 Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 2) ,请注意两个一起下载,否则内容不全。 1.Data Structures and Algorithm Analysis in C (C) 1993, The Benjamin/Cummings Publishing Co., Inc. All rights reserved. 2.Data Structures, Algorithms, and Program Style Using C (C) 1988, PWS Kent Publishing Co. All rights reserved. 3.Data Structures: From Arrays to Priority Queues (C)1985, Wadsworth, Inc. All rights reserved. 4.Fundamentals of Data Structures (C) 1976, 1983 Computer Science Press, Inc. All rights reserved. 5.Information Retrieval: Data Structures and Algorithms (C)1992, PTR Prentice-Hall, Inc. All rights reserved. 6.Introduction to Algorithms (C) 1990, The Massachusetts Institute of Technology. All rights reserved. 7.Practical Data Structures in C++ (C) 1993, John Wiley & Sons, Inc. All rights reserved. 8.Reliable Data Structures in C (C) 1985, Plum Hall Inc. All rights reserved. 9.Data Structures and Algorithms (C) 1983, Bell Laboratories, Inc. All rights reserved. 10.Articles from Dr. Dobb's Journal (C) 1998, Miller Freeman, Inc. All rights reserved.
1
P.S. 因为上传附件大小受限,故将本资源分为两部分,第一部分是 Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 1) ,请注意两个一起下载,否则内容不全。 1.Data Structures and Algorithm Analysis in C (C) 1993, The Benjamin/Cummings Publishing Co., Inc. All rights reserved. 2.Data Structures, Algorithms, and Program Style Using C (C) 1988, PWS Kent Publishing Co. All rights reserved. 3.Data Structures: From Arrays to Priority Queues (C)1985, Wadsworth, Inc. All rights reserved. 4.Fundamentals of Data Structures (C) 1976, 1983 Computer Science Press, Inc. All rights reserved. 5.Information Retrieval: Data Structures and Algorithms (C)1992, PTR Prentice-Hall, Inc. All rights reserved. 6.Introduction to Algorithms (C) 1990, The Massachusetts Institute of Technology. All rights reserved. 7.Practical Data Structures in C++ (C) 1993, John Wiley & Sons, Inc. All rights reserved. 8.Reliable Data Structures in C (C) 1985, Plum Hall Inc. All rights reserved. 9.Data Structures and Algorithms (C) 1983, Bell Laboratories, Inc. All rights reserved. 10.Articles from Dr. Dobb's Journal (C) 1998, Miller Freeman, Inc. All rights reserved.
1
对长度为n的顺序表L,编写一个时间复杂度为O(n),空间复杂度为O(1)的算法,该算法删除线性表中所有值为x的数据元素
2021-08-18 10:27:04 2KB 数据结构 算法 顺序存储 线性表
1
本软件为严蔚敏版数据结构算法演示系统,网上大多数资源需积分或付费下载,原本该资源就不归属于个人,现在我免积分供大家共同学习交流使用,严禁商用,谢谢配合。
2021-08-17 14:14:37 6.7MB 数据结构 算法演示 DSDEMO
1
注:所谓报数问题,设n个人站成一排,从左到右的编号分别为1~n,从左到右报数“1,2,3,1,2,3”,数到“1”和“2”的人出列,数到“3”的人立即站到队伍的最右端。报数过程反复进行,直到n个人都出列为止。
2021-08-17 13:16:25 2KB C C++ 数据结构 算法
1
自己写的所有数据结构代码,链表队列栈,约瑟夫生死者,约瑟夫环,队列排队等数据结构代码,vs2019环境下直接可以打开使用
2021-08-17 13:16:24 146.95MB C c++ 数据结构 算法
1
圣地亚哥大学和HSE的数据结构和算法Coursera专业化
2021-08-16 18:09:25 78.73MB algorithms coursera data-structures hse
1
数据结构和算法专业化 该存储库包含UC圣地亚哥大学和高等经济学院创建的材料和解决方案。 该专业是理论与实践的结合:您将学习解决各种计算问题的算法技术,并将以您选择的编程语言实现大约100种算法编码问题。 该专业包含两个现实世界的项目:Big Networks和Genome Assembly。 您将分析道路网络和社交网络,并将学习如何计算纽约和旧金山之间的最短路径(比标准最短路径算法快1000倍!)之后,您将学习如何从数百万个短片段中组装基因组DNA以及组装算法如何推动个性化医学的最新发展。 专业化课程包括6门课程: 图上的算法 字符串算法 先进的算法和复杂性 基因组大会编程挑战
1