Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 2.21 KB

algorithms.md

File metadata and controls

24 lines (19 loc) · 2.21 KB

Books

  1. A Common-Sense Guide to Data Structures and Algorithms

    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.

Videos

  1. Algorithms in Motion

    Algorithms - established processes for solving computational problems - are the foundation of computer programming. Mastering the most important algorithms and learning to recognize where they should be applied are required skills for any developer. Algorithms in Motion introduces you to the world of algorithms and how to use them as effectively as possible through high-quality video-based lessons and real-world examples, so you can put what you learn into practice. Based on the best-selling book Grokking Algorithms, this video course brings classic algorithms to life!