Data Structures and Algorithms in Python (2019)

Автор: literator от 20-09-2019, 20:37, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Data Structures and Algorithms in Python
Автор: DS Publishing
Издательство: DS Publishing
Год: 2019
Страниц: 167
Язык: английский
Формат: epub, rtf, pdf (conv)
Размер: 10.1 MB

Эта книга предназначена для того, чтобы её можно было легко читать и понимать, хотя сама тема сложна. Алгоритмы - это процедуры, которые программы используют для манипулирования структурами данных. Помимо простых и понятных примеров программ, автор включил сюда практическое занятие с исполняемым файлом небольшой демонстрационной программы в интегрированной среде разработки. Сделайте свой первый шаг на пути к карьере в области разработки программного обеспечения с книгой "Структуры данных и алгоритмы в Python", одном из самых востребованных языков программирования.

This book is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, the author includes a workshop as a small demonstration program executable on a integrated development environment.

Take your first step towards a career in software development with this Introduction to Data Structures and Algorithms Made Easy in Python, one of the most in-demand programming language.

Computers store and process data with an extra ordinary speed and accuracy. So it is highly essential that the data is stored efficiently and can be accessed fast. Also the processing of data should happen in the smallest possible time but without losing the accuracy.

Data structures deal with how the data is organized and held in the memory when a program processes it. It is important to note that the data that is stored in the disk as part of persistent storage (like relational tables) are not referred as data structure here.

An Algorithm is step by step set of instruction to process the data for a specific purpose. So an algorithm utilizes various data structures in a logical way to solve a specific computing problem.

In this book we will cover these two fundamental concepts of computer science using the Python programming language.

To whom this tutorial is designed for :
This tutorial is designed for Computer Science graduates as well as Software Professionals who are willing to learn data structures and algorithm programming in simple and easy steps using Python as a programming language.

Скачать Data Structures and Algorithms in Python








Нашел ошибку? Есть жалоба? Жми!
Пожаловаться администрации
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем.
Информация
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.