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
圣地亚哥大学和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
四叉树Python 在Python3中实现四叉树算法。
2021-07-05 13:44:29 252KB python algorithms python3 data-structures
1
数据结构与算法课程 加州大学圣地亚哥分校和美国国立研究大学高等经济学院开设了六门专业课程。 我对课程作业的解决方案。
1
Algorithms Illuminated (Part 2): Graph Algorithms and Data Structures (Volume 2) By 作者: Tim Roughgarden ISBN-10 书号: 0999282921 ISBN-13 书号: 9780999282922 Edition 版本: First 出版日期: 2018-08-05 pages 页数: (222 ) $17.99 Algorithms are the heart and soul of computer science. Their applications range from network routing and computational genomics to public-key cryptography and machine learning. Studying algorithms can make you a better programmer, a clearer thinker, and a master of technical interviews. Algorithms Illuminated is an accessible introduction to the subject for anyone with at least a little programming experience. The exposition emphasizes the big picture and conceptual understanding over low-level implementation and mathematical details—like a transcript of what an expert algorithms tutor would say over a series of one-on-one lessons. The book includes solutions to all quizzes and selected problems, and a series of YouTube videos by the author accompanies the book. Part 2 of this book series covers graph search and its applications, shortest-path algorithms, and the applications and implementation of several data structures: heaps, search trees, hash tables, and bloom filters.
2021-04-30 12:07:55 5.36MB Algorithms
1
2011 Problem Solving with Algorithms and Data Structures Using Python 2nd ed
2021-04-20 14:29:43 4.20MB 综合文档
1
本书是对熟悉编程和基本数学语言的学生和专业人员的简要介绍。 这些算法以现代方式呈现,带有明确表述的不变式,并对最新趋势进行了评论。
2020-01-30 03:13:41 2.03MB 计算机科学
1