A Common-Sense Guide to Data Structures and Algorithms in Javascript, Volume 1 : Level Up Your Core Programming Skills - Jay Wengrow

A Common-Sense Guide to Data Structures and Algorithms in Javascript, Volume 1

Level Up Your Core Programming Skills

By: Jay Wengrow

Paperback | 20 August 2024

At a Glance

Paperback


RRP $132.95

$58.25

56%OFF

or 4 interest-free payments of $14.56 with

 or 
In Stock and Aims to ship in 1-2 business days

If you thought data structures and algorithms were all just theory, you're missing out on what they can do for your JavaScript code. Learn to use Big O notation to make your code run faster by orders of magnitude. Choose from data structures such as hash tables, trees, and graphs to increase your code's efficiency exponentially. With simple language and clear diagrams, this book makes this complex topic accessible, no matter your background. Every chapter features practice exercises to give you the hands-on information you need to master data structures and algorithms for your day-to-day work.

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. Take a practical approach to data structures and algorithms, with techniques and real-world scenarios that you can use in your daily production code. The JavaScript edition uses JavaScript exclusively for all code examples, exercises, and solutions.

Use Big O notation 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. Practice your new skills with exercises in every chapter, along with detailed solutions.

Use these techniques today to make your JavaScript code faster and more scalable.

What You Need:

Certain code examples take advantage of recently introduced JavaScript features. Therefore, it's important to use a JavaScript environment that supports ECMAScript 6+ or a newer version.

More in Web Programming

Python All-in-One For Dummies : 3rd Edition - John C. Shovic

RRP $74.95

$50.35

33%
OFF
Starting Out with Python : 5th Global Edition - Tony Gaddis

RRP $138.95

$112.25

19%
OFF
The Art of SEO : Mastering Search Engine Optimization - Stephan Spencer
Building Microservices : Designing Fine-Grained Systems 2nd Edition - Sam Newman
The Practice of Computing Using Python, Global Edition : 3rd Edition - William Punch
Modern PHP : New Features and Good Practices - Josh Lockhart

RRP $57.00

$28.25

50%
OFF
Java How to Program, Early Objects : 11th Global Edition - Paul Deitel
Introducing Python : Modern Computing in Simple Packages - Bill Lubanovic
Head First Java, 3rd Edition : A Brain-Friendly Guide - Kathy Sierra