Автор: Daniel J. Velleman Название: How to Prove It : A Structured Approach ISBN: 1108439535 ISBN-13(EAN): 9781108439534 Издательство: Cambridge Academ Рейтинг: Цена: 39070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Proofs play a central role in advanced mathematics and theoretical computer science, and this bestselling text`s third edition will help students transition from solving problems to proving theorems by teaching them the techniques needed to read and write proofs, with a new chapter on number theory and over 150 new exercises.
Автор: Cormen, Thomas H. Название: Introduction to Algorithms 4E ISBN: 026204630X ISBN-13(EAN): 9780262046305 Издательство: MIT Press Рейтинг: Цена: 169290.00 T Наличие на складе: Нет в наличии. Описание: A comprehensive update of a widely used textbook, with new material on matchings in bipartite graphs, online algorithms, machine learning, and other topics. Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. It covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Since the publication of the first edition, Introduction to Algorithms has become a widely used text in universities worldwide as well as the standard reference for professionals. This fourth edition has been updated throughout, with new chapters on matchings in bipartite graphs, online algorithms, and machine learning, and new material on such topics as solving recurrence equations, hash tables, potential functions, and suffix arrays. Each chapter is relatively self-contained, presenting an algorithm, a design technique, an application area, or a related topic, and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor. The fourth edition has 140 new exercises and 22 new problems, and color has been added to improve visual presentations. The writing has been revised throughout, and made clearer, more personal, and gender neutral. The book's website offers supplemental material.
Автор: Bradley Efron , Trevor Hastie Название: Computer Age Statistical Inference, Student Edition ISBN: 1108823416 ISBN-13(EAN): 9781108823418 Издательство: Cambridge Academ Рейтинг: Цена: 33790.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Computing power has revolutionized the theory and practice of statistical inference. Now in paperback, and fortified with 130 class-tested exercises, this book explains modern statistical thinking from classical theories to state-of-the-art prediction algorithms. Anyone who applies statistical methods to data will value this landmark text.
Table of Contents: goo.gl/JFMgiU Sample Chapter: goo.gl/n2Hk4i Found Issue? goo.gl/forms/4Gt72YO81I Videos: goo.gl/BcHq74
"Data Structures And Algorithms Made Easy: Data Structures and Algorithmic Puzzles" is a book that offers solutions to complex data structures and algorithms. There are multiple solutions for each problem and the book is coded in C/C++, it comes handy as an interview and exam guide for computer scientists.
A handy guide of sorts for any computer science professional, Data Structures And Algorithms Made Easy: Data Structures and Algorithmic Puzzles is a solution bank for various complex problems related to data structures and algorithms. It can be used as a reference manual by those readers in the computer science industry. This book serves as guide to prepare for interviews, exams, and campus work. In short, this book offers solutions to various complex data structures and algorithmic problems.
Topics Covered:
Introduction
Recursion and Backtracking
Linked Lists
Stacks
Queues
Trees
Priority Queue and Heaps
Disjoint Sets ADT
Graph Algorithms
Sorting
Searching
Selection Algorithms Medians]
Symbol Tables
Hashing
String Algorithms
Algorithms Design Techniques
Greedy Algorithms
Divide and Conquer Algorithms
Dynamic Programming
Complexity Classes
Miscellaneous Concepts
Автор: Richard S. Bird, Jeremy Gibbons Название: Algorithm Design with Haskell ISBN: 1108491618 ISBN-13(EAN): 9781108491617 Издательство: Cambridge Academ Рейтинг: Цена: 58080.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book presents the five main principles of algorithm design: divide and conquer, greedy algorithms, thinning, dynamic programming, and exhaustive search. It serves students, teachers, researchers, and professionals who want to know more about what goes into a good algorithm and how such algorithms can be expressed in purely functional terms.
Автор: Baka Benjamin Название: Python Data Structures and Algorithms ISBN: 1786467356 ISBN-13(EAN): 9781786467355 Издательство: Неизвестно Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Implement classic and functional data structures and algorithms using Python About This Book - 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. Who This Book Is For The book will appeal to Python developers. A basic knowledge of Python is expected. 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. In Detail 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. Style and approach The easy-to-read book with its fast-paced nature will improve the productivity of Python programmers and improve the performance of Python applications.
Автор: Johnson, Mark J. Название: Concise introduction to programming in python, second edition ISBN: 1138082589 ISBN-13(EAN): 9781138082588 Издательство: Taylor&Francis Рейтинг: Цена: 51030.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This text provides a hands-on introduction to writing software in Python, with no prior programming experience required. It offers sections designed for approximately one class period each, and proceeds gradually from procedural to object-oriented design. Examples, exercises, and projects are included from diverse application domains.
Автор: Johnson Название: A Concise Introduction to Programming in Python ISBN: 1138082554 ISBN-13(EAN): 9781138082557 Издательство: Taylor&Francis Рейтинг: Цена: 163330.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This text provides a hands-on introduction to writing software in Python, with no prior programming experience required. It offers sections designed for approximately one class period each, and proceeds gradually from procedural to object-oriented design. Examples, exercises, and projects are included from diverse application domains.
Автор: Rod Stephens Название: Essential Algorithms: A Practical Approach to Computer Algorithms Using Python and C# ISBN: 1119575990 ISBN-13(EAN): 9781119575993 Издательство: Wiley Рейтинг: Цена: 52800.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: pacote do Courseware consiste em duas publicacoes, VeriSMTM - Foundation Courseware e VeriSM - Foundation Study Guide. Este material de treinamento abrange o plano de estudos para a qualificacao da Fundacao VeriSM . O treinamento pode ser entregue em dois dias. Este material didatico e credenciado para preparar o aluno para a certificacao da VeriSM Foundation. O VeriSM Foundation consiste em duas partes: VeriSM Essentials e VeriSM Plus, cada uma cobrindo um dia de treinamento.Os alunos que ja possuem um certificado de Gerenciamento de Servicos (TI) podem se beneficiar do conhecimento que ja possuem. Eles sao o publico-alvo de apenas um treinamento do VeriSM Plus. Ao serem aprovados no exame VeriSM Plus, recebem o certificado VeriSM Foundation.Provedores de treinamento que desejam oferecer um treinamento de um dia sobre principios de gerenciamento de servicos podem decidir oferecer apenas o treinamento VeriSM Essentials. Os alunos que forem aprovados no exame VeriSM Essentials receberao o certificado VeriSM Essentials. Se eles passarem no exame VeriSM Plus mais tarde, receberao automaticamente o certificado VeriSM Foundation.O "courseware" abrange os seguintes topicos:A organizacao do servico (Essentials)Cultura de servico (Essentials)Pessoas e estrutura organizacional (Essentials)O modelo VeriSM (ambos)Praticas Progressivas (Plus)Tecnologias Inovadoras (Plus)O VeriSM e uma abordagem holistica e orientada aos negocios para o Gerenciamento de Servicos, que ajuda a entender o panorama crescente das melhores praticas e como integra-las para oferecer valor ao consumidor.E uma evolucao no pensamento em Gerenciamento de Servicos e oferece uma abordagem atualizada, incluindo as mais recentes praticas e desenvolvimentos tecnologicos, para ajudar as organizacoes a transformar seus negocios para a nova realidade da era digital.O VeriSM e um gerenciamento orientado a valor, evolutivo, responsivo e integrado.VeriSM e uma marca registrada e propriedade da IFDC, a Fundacao Internacional de Competencias Digitais.
Автор: Agarwal, Dr Basant, Baka, Benjamin Название: Hands-On Data Structures and Algorithms with Python 2 ed ISBN: 1788995570 ISBN-13(EAN): 9781788995573 Издательство: Неизвестно Рейтинг: Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Data structures help us to organize and align the data in a very efficient way. This book will surely help you to learn important and essential data structures through Python implementation for better understanding of the concepts.
Автор: Christoph D?rr, Jill-J?nn Vie Название: Competitive Programming in Python: 128 Algorithms to Develop your Coding Skills ISBN: 1108716822 ISBN-13(EAN): 9781108716826 Издательство: Cambridge Academ Рейтинг: Цена: 36960.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This succinct book prepares students for IT job interviews and coding competitions. Readers will master 128 algorithms in Python by discovering the right way to tackle a problem and quickly implement a solution of low complexity. Source codes and unit tests are freely available to readers to practice their skills.
Автор: Thota Mahesh Kumar, Pille Kamakshi Название: Problem Solving with Algorithms and Data Structures using Python ISBN: 6200115567 ISBN-13(EAN): 9786200115560 Издательство: Неизвестно Рейтинг: Цена: 97330.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz