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
OCaml:在OCaml中实现的算法
2021-12-20 14:00:07 3KB algorithms ocaml data-structures hacktoberfest
1
.Data_Structures_and_Algorithms_in_C++.2nd_Edition.AD.[EN].pdf
1
六度凯文培根 六度凯文·培根或“培根定律”是基于“六度分离”概念的客厅游戏,它假定地球上的任何两个人相距六个或更少的熟人链接。 电影爱好者互相挑战,寻找任意演员和多产演员凯文·培根之间的最短路径。 它基于这样一个假设,即好莱坞电影业的任何人都可以通过他们的电影角色在六个步骤内与培根联系起来。 2007 年,培根创办了一个名为 SixDegrees.org 的慈善组织。 2020 年,培根开设了一个名为“凯文培根的最后一个学位”的播客。 培根数 演员的培根数是游戏定义的他或她与培根的分离度数。 这是 Erdős 数字概念在好莱坞电影业的应用。 培根数越高,演员与凯文培根的差距越大。 演员 X 的培根数的计算是一种“最短路径”算法,适用于联合主演网络: 如果演员不在同一个子网中,则他/她的培根数为 0。 那些直接与凯文培根合作的演员的培根数为 1。 如果与 X 一起出现在任何电影中的任
2021-12-13 17:41:01 2.85MB graph-theory data-structures-and-algorithms C
1