Название: Think Complexity 2 Автор: Allen B. Downey Издательство: Green Tea Press Год: 2016 Формат: pdf Страниц: 214 Размер: 1,4 mb. Язык: English
This book is primarily about complexity science, but it is also about data structures and algorithms, intermediate programming in Python, computational modeling, and the philosophy of science:
Complexity science: Complexity is an interdisciplinary field—at the intersection of mathematics, computer science and natural science—that focuses on discrete models of physical and social systems. In particular, it focuses on complex systems, which are systems with many interacting components. Data structures: A data structure is a collection of data elements organized in a way that supports particular operations. For example, a Python dictionary organizes key-value pairs in a way that provides fast mapping from keys to values, but mapping from values to keys is slower. Algorithms: An algorithm is a process for performing a computation. Designing efficient programs often involves the co-evolution of data structures and the algorithms that use them. For example, in the first few chapters I present graphs, data structures that implement graphs, and graph algorithms based on those data structures. Computational modeling: A model is a simplified description of a system used for simulation or analysis. Computational models are designed to take advantage of cheap, fast computation. Philosophy of science: The experiments and results in this book raise questions relevant to the philosophy of science, including the nature of scientific laws, theory choice, realism and instrumentalism, holism and reductionism, and epistemology.
Models of Computation Название: Models of Computation Автор: John E. Savage Издательство: Brown University Год: 2012 Формат: pdf Страниц: 698 Размер: 4 mb. Язык: English...
Data Structures Название: Data Structures Автор: VVAA Издательство: Autoedici?n Год: 2015 Формат: pdf Страниц: 427 Размер: 4.8 mb. Язык: English In computer...
Data Structures and Algorithms with Python Название: Data Structures and Algorithms with Python Автор: Kent D. Lee, Steve Hubbard Издательство: Springer Год: 2015 Страниц: 363 Формат: PDF...
Информация
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.