A Common-Sense Guide to Data Structures and Algorithms

A Common-Sense Guide to Data Structures and Algorithms
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 313
Release :
ISBN-10 : 9781680503081
ISBN-13 : 1680503081
Rating : 4/5 (81 Downloads)

Book Synopsis A Common-Sense Guide to Data Structures and Algorithms by : Jay Wengrow

Download or read book A Common-Sense Guide to Data Structures and Algorithms written by Jay Wengrow and published by Pragmatic Bookshelf. This book was released on 2017-08-03 with total page 313 pages. Available in PDF, EPUB and Kindle. Book excerpt: " 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. "


A Common-Sense Guide to Data Structures and Algorithms Related Books

A Common-Sense Guide to Data Structures and Algorithms
Language: en
Pages: 313
Authors: Jay Wengrow
Categories: Computers
Type: BOOK - Published: 2017-08-03 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

" 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
A Common-Sense Guide to Data Structures and Algorithms, Second Edition
Language: en
Pages: 737
Authors: Jay Wengrow
Categories: Computers
Type: BOOK - Published: 2020-08-10 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

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 pa
The Pragmatic Programmer
Language: en
Pages: 346
Authors: Andrew Hunt
Categories: Computers
Type: BOOK - Published: 1999-10-20 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

What others in the trenches say about The Pragmatic Programmer... “The cool thing about this book is that it’s great for keeping the programming process fre
Data Structures using C
Language: en
Pages: 363
Authors: Amol M. Jagtap
Categories: Computers
Type: BOOK - Published: 2021-11-08 - Publisher: CRC Press

DOWNLOAD EBOOK

The data structure is a set of specially organized data elements and functions, which are defined to store, retrieve, remove and search for individual data elem
Data Structures and Algorithms in Java
Language: en
Pages: 723
Authors: Michael T. Goodrich
Categories: Computers
Type: BOOK - Published: 2014-06-16 - Publisher: John Wiley & Sons

DOWNLOAD EBOOK

The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich and Tomassia's app