Зарегистрироваться
Восстановить пароль
FAQ по входу

Wengrow Jay. A Common-Sense Guide to Data Structures and Algorithms: Level Up Your Core Programming Skills

  • Файл формата djvu
  • размером 4,33 МБ
Wengrow Jay. A Common-Sense Guide to Data Structures and Algorithms: Level Up Your Core Programming Skills
Pragmatic Bookshelf, 2017. — 213 p. — ISBN13: 978-1-68050244-2.
Целевая аудитория: опытные разработчики.
Данная книга подойдёт тем, кто хочет узнать об алгоритмах и структурах данных больше, чем нужно для повседневной разработки. Вы познакомитесь не только с алгоритмической теорией, но и с реальными практическими примерами задач и приложений, в которых алгоритмы и структуры данных выполняют основную исполнительную роль.
В книге рассматриваются следующие темы:
временная сложность алгоритма;
ускоряем ваш код с помощью Big O;
работа с хэш-таблицами;
пишем элегантный код с помощью очередей и стеков;
основы работы с рекурсией;
ускоряем приложение с помощью бинарных деревьев и многое другое.
Преимущества:
актуальный материал по теме;
широкий охват тем.
Недостатки:
опечатки в тексте.
Algorithms and data structures are much more than abstract concepts. Mastering them enables you to write code that runs faster and more efficiently, which is particularly important for today's web and mobile apps. This book takes a practical approach to data structures and algorithms, with techniques and real-world scenarios that you can use in your daily production code. Graphics and examples make these computer science concepts understandable and relevant. You can use these techniques with any language; examples in the book are in JavaScript, Python, and Ruby.
Use Big O notation, the primary tool for evaluating algorithms, to measure and articulate the efficiency of your code, and modify your algorithm to make it faster. Find out how your choice of arrays, linked lists, and hash tables can dramatically affect the code you write. Use recursion to solve tricky problems and create algorithms that run exponentially faster than the alternatives. Dig into advanced data structures such as binary trees and graphs to help scale specialized applications such as social networks and mapping software. You'll even encounter a single keyword that can give your code a turbo boost. Jay Wengrow brings to this book the key teaching practices he developed as a web development bootcamp founder and educator.
Use these techniques today to make your code faster and more scalable.
  • Чтобы скачать этот файл зарегистрируйтесь и/или войдите на сайт используя форму сверху.
  • Регистрация