VIP会员
作者:CSDN
出版社:CSDN《程序员》
ISBN:1111111111117
VIP会员免费
(仅需0.8元/天)
¥ 40000.0
温馨提示: 价值40000元的1000本电子书,VIP会员随意看哦!
电子书推荐
-
Data Structures and Algorithms in C++, 4th edition&C++数据结构与算法(Edition4)源码 评分:
C++数据结构与算法(Edition4) Data Structures and Algorithms in C++, 4th edition 源码
上传时间:2015-05 大小:49KB
- 31.74MB
Data Structures and Algorithms in C++, 4th edition.pdf
2017-10-02Data Structures and Algorithms in C++, 4th edition.pdf
- 26.96MB
Data Structure And Algorithms in C++
2015-03-30本书使用C++语言描述了常见的数据结构和算法,让你轻松掌握常见的数据结构和算法
- 4.90MB
C++ Data Structures and Algorithms
2019-01-05C++ Data Structures and Algorithms: Build effective, maintainable and readable code in C++ By 作者: Wisnu Anggoro ISBN-10 书号: 1788835212 ISBN-13 书号: 9781788835213 出版日期: 2018-06-11 pages 页数: 409 $44.99 Book Description to Finelybook sorting C++ is a general-purpose programming language which has evolved over the years and is used to develop software for many different sectors. This book will be your companion as it takes you through implementing classic data structures and algorithms to help you get up and running as a confident C++ programmer. We begin with an introduction to C++ data structures and algorithms while also covering essential language constructs. Next, we will see how to store data using linked lists, arrays, stacks, and queues. Then, we will learn how to implement different sorting algorithms, such as quick sort and heap sort. Along with these, we will dive into searching algorithms such as linear search, binary search and more. Our next mission will be to attain high performance by implementing algorithms to string datatypes and implementing hash structures in algorithm design. We’ll also analyze Brute Force algorithms, Greedy algorithms, and more. By the end of the book, you’ll know how to build components that are easy to understand, debug, and use in different applications. Contents 1: LEARNING DATA STRUCTURES AND ALGORITHMS IN C++ 2: STORING DATA IN LISTS AND LINKED LISTS 3: CONSTRUCTING STACKS AND QUEUES 4: ARRANGING DATA ELEMENTS USING A SORTING ALGORITHM 5: FINDING OUT AN ELEMENT USING SEARCHING ALGORITHMS 6: DEALING WITH THE STRING DATA TYPE 7: BUILDING A HIERARCHICAL TREE STRUCTURE 8: ASSOCIATING A VALUE TO A KEY IN A HASH TABLE 9: IMPLEMENTATION OF ALGORITHMS IN REAL LIFE What You Will Learn Know how to use arrays and lists to get better results in complex scenarios Build enhanced applications by using hashtables, dictionaries, and sets Implement searching algorithms such as linear search, binary search, jump search, exponential search, and more Have a positive impact on the efficiency of applications with tree traversal Explore the design used in sorting algorithms like Heap sort, Quick sort, Merge sort and Radix sort Implement various common algorithms in string data types Find out how to design an algorithm for a specific task using the common algorithm paradigms Authors Wisnu Anggoro Wisnu Anggoro is a Microsoft Certified Professional in C# programming and an experienced C/C++ developer. He has also authored the books Boost.Asio C++ Network Programming – Second Edition and Functional C# by Packt. He has been programming since he was in junior high school, which was about 20 years ago, and started developing computer applications using the BASIC programming language in the MS-DOS environment. He has solid experience in smart card programming, as well as desktop and web application programming, including designing, developing, and supporting the use of applications for SIM Card Operating System Porting, personalization, PC/SC communication, and other smart card applications that require the use of C# and C/C++. He is currently a senior smart card software engineer at CIPTA, an Indonesian company that specializes in innovation and technology for smart cards. He can be reached through his email at wisnu@anggoro.net
- 185.90MB
Data Structures and Algorithms in C++ 4th Edition (中文英文版)
2023-10-10C++数据结构与算法 (Data Structures and Algorithms in C++ 4th Edition)(中英第4版)带书签目录 完整版 作者Adam Drozdek 包含Data Structures and Algorithms in C++ 4th Edition 与 C++数据结构与算法 (第4版...
- 13.57MB
Data Structures and Algorithms in Java 4th edition by Goodrich
2010-04-14Java 数据结构描述 网上有完整的代码和练习题 http://ww0.java4.datastructures.net/
- 26.34MB
Adam Drozdek_Data Structures and Algorithms In C++_2nd Edition.pdf
2016-07-22根据提供的文件信息,“Adam Drozdek_Data Structures and Algorithms In C++_2nd Edition.pdf”,我们可以推测这是一本关于使用C++实现数据结构与算法的书籍第二版。下面将基于此信息,详细介绍书中可能涵盖的关键...
- 12.40MB
Data Structures and Algorithms in Java, 5th Edition (Part 3/3)
2011-12-16Now revised to reflect the innovations of Java 5.0, Goodrich and Tamassia’s Fourth Edition of Data Structures and Algorithms in Java continues to offer accessible coverage of fundamental data ...
- 22KB
Data-Structures-And-Algorithms:数据结构和算法
2021-03-27数据结构与算法 C语言的数据结构和算法 :plus: :plus: 练习文件
- 2.40MB
Data-Structures-and-Algorithms:数据结构和算法
2021-03-06数据结构与算法 该存储库包含数据结构和算法的示例。
- 2KB
Data-Structures-Algorithms:数据结构+算法
2021-03-31Data-Structures-Algorithms:数据结构+算法
- 14KB
Data-Structures-and-Algorithms:数据结构和算法问题
2021-03-28数据结构和算法问题 数组和字符串 位屏蔽 动态编排
- 4.32MB
Data Structures and Algorithms in C
2013-05-18C/C++經典書籍,by Mark Allen Weiss, 文檔絕對清晰歡迎下載
- 9.58MB
数据结构与算法 (c++)
2009-03-22这是我们老师根据这本书改写的ppt,里头含有代码,比书上讲的清晰的多,容易懂的多。代码明朗的多
- 1.23MB
data-structures-and-algorithms
2021-04-10数据结构与算法 创建此存储库的副本 如果尚未创建数据结构和算法存储库,请按照以下步骤操作: 创建一个新的空存储库,称为data-structures-and-algorithms 将此存储codefellows到您的计算机上的codefellows文件夹中 cd到你的终端回购 从终端执行此命令,这将为您安装许多东西: bash <(curl -s https://raw.githubusercontent.com/codefellows/setup-guide/master/code-301/code-challenges/bin/dsa.sh) 完成后,通过运行测试来验证一切是否正常。 输入此命令: npm test 您应该看到类似以下的消息,表明已正确设置并通过了测试 PASS code-challenges/proof-of-life.test.js proof
- 16.50MB
Data Structures and Algorithms in C++(2nd) --book and Code
2013-06-22《Data Structures and Algorithms in C++ (2nd Edition)》是由Michael T. Goodrich、Roberto Tamassia和David M. Mount合著的一本经典教材,它深入浅出地介绍了数据结构与算法的基础知识,以及如何在C++编程环境中...
- 28.6MB
Data Structures, Algorithms and Applications in C++ 2nd Edition
2013-07-15本书不同于以往介绍数据结构或介绍算法的书,而是囊括了数据结构及算法,是作者在该领域做出的又一个创新性的贡献。本书的另一个独特之处在于其充分强调了应用性。对于每一个种数据结构及算法,都分别采用了若干个...
- 9.29MB
Data Structures and Algorithms in Java(6th) 无水印pdf
2017-09-30Data Structures and Algorithms in Java(6th) 英文无水印pdf 第6版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,...
- 13.49MB
Data Structures and Algorithms in Java 4th
2009-10-28《数据结构与算法Java版第四版》是一本深入学习数据结构和算法的优秀教材,适合对计算机科学有深厚兴趣的学生和专业人士。这本书以其详尽的解释、实例代码和丰富的练习题,帮助读者理解和掌握这些核心概念。 数据...