Think Data Structures: Algorithms and Information Retrieval in Java 译者:飞龙 版本:1.0.0
2022-02-07 14:06:57 2.02MB 数据结构 java 开发语言 后端
1
Elm:Elm中实现的所有算法
2022-02-05 21:29:22 5KB algorithms elm data-structures hacktoberfest
1
Problem Solving in Data Structures and Algorithms Using C++ 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2022-02-02 13:33:29 6.73MB Problem Solving Data Structures
1
Algorithms in C++, Parts 1-4: Fundamentals, Data Structures, Sorting, Searching(3rd Edition)英文版
2022-01-28 00:14:54 11.45MB Algorithms in C++ 英文版
1
Data Structures & Algorithms in Swift 4th Edition
2022-01-25 14:00:59 25.83MB swift algorithm datastructure
1
Data Structures and Algorithms in Python.pdf python 数据结构英文电子版
2022-01-19 09:37:39 6.45MB 数据结构
1
TypeScript中的数据结构和算法 主题概述 算法复杂度分析 大O符号 时间复杂度 空间复杂度 数据结构 数组 哈希表 堆栈 s列 链表 树木 图表 演算法 递归 动态编程 比较排序 合并排序 快速排序 正在搜寻 线性搜寻 二元搜寻 BFS和DFS 环境 迪诺1.2.1 V8 8.5.216 打字稿3.9.2 资源资源 策划文章
1
Geometric Data Structures for Computer Graphics http://www.amazon.com/Geometric-Data-Structures-Computer-Graphics/dp/1568812353
2021-12-26 20:15:09 20.01MB Graphics
1
Python Data Structures and Algorithms by Benjamin Baka English | 30 May 2017 | ASIN: B01IF7NLM8 | 310 Pages | AZW3 | 6.63 MB Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental Python data structures. Get a better understanding of advanced Python concepts such as big-o notation, dynamic programming, and functional data structures. Explore illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner. Book Description Data structures allow you to organize data in a particular way efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. In this book, you will learn the essential Python data structures and the most common algorithms. With this easy-to-read book, you will be able to understand the power of linked lists, double linked lists, and circular linked lists. You will be able to create complex data structures such as graphs, stacks and queues. We will explore the application of binary searches and binary search trees. You will learn the common techniques and structures used in tasks such as preprocessing, modeling, and transforming data. We will also discuss how to organize your code in a manageable, consistent, and extendable way. The book will explore in detail sorting algorithms such as bubble sort, selection sort, insertion sort, and merge sort. By the end of the book, you will learn how to build components that are easy to understand, debug, and use in different applications. What you will learn Gain a solid understanding of Python data structures. Build sophisticated data applications. Understand the common programming patterns and algorithms used in Python data science. Write efficient robust code. About the Author Benjamin Baka works as a software developer and has over 10 years, experience in programming. He is a graduate of Kwame Nkrumah University of Science and Technology and a member of the Linux Accra User Group. Notable in his language toolset are C, C++, Java, Python, and Ruby. He has a huge interest in algorithms and finds them a good intellectual exercise. He is a technology strategist and software engineer at mPedigree Network, weaving together a dizzying array of technologies in combating counterfeiting activities, empowering consumers in Ghana, Nigeria, and Kenya to name a few. In his spare time, he enjoys playing the bass guitar and listening to silence. You can find him on his blog. Table of Contents Python objects, types and expressions Python data types and structures Principles of data structure design Lists and pointer structures Stacks and Queues Trees Hashing and symbol tables Graphs and other algorithms Searching Sorting Selction Algorithms Design Ttechniques and Sstrategies Implementations, applications and tools
2021-12-22 18:08:34 6.63MB Python 数据结构 算法
1
ocaml-data-structures:用OCaml编写的一些数据结构和算法
2021-12-20 14:12:43 22KB ocaml data-structures DatastructuresOCaml
1