Apress | JavaScript Data Structures And Algorithms (2019 EN)

Discussion in 'Programming' started by Kanka, Aug 11, 2019.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,086
    Likes Received:
    446
    Trophy Points:
    83
    [​IMG]

    Author: Sammie Bae
    Full Title: JavaScript Data Structures And Algorithms: An Introduction to Understanding and Implementing Core Data Structure and Algorithm Fundamentals
    Publisher: Apress; 1st ed. edition (January 24, 2019)
    Year: 2019
    ISBN-13: 9781484239889 (978-1-4842-3988-9), 9781484239872 (978-1-4842-3987-2)
    ISBN-10: 1484239881, 1484239873
    Pages: 357
    Language: English
    Genre: Educational: Web Development
    File type: EPUB (True), PDF (True)
    Quality: 10/10
    Price: 35.30 €


    Explore data structures and algorithm concepts and their relation to everyday JavaScript development. A basic understanding of these ideas is essential to any JavaScript developer wishing to analyze and build great software solutions.

    You'll discover how to implement data structures such as hash tables, linked lists, stacks, queues, trees, and graphs. You'll also learn how a URL shortener, such as bit.ly, is developed and what is happening to the data as a PDF is uploaded to a webpage. This book covers the practical applications of data structures and algorithms to encryption, searching, sorting, and pattern matching.

    It is crucial for JavaScript developers to understand how data structures work and how to design algorithms. This book and the accompanying code provide that essential foundation for doing so. With JavaScript Data Structures and Algorithms you can start developing your knowledge and applying it to your JavaScript projects today.


    Learn:
    ✓ Review core data structure fundamentals: arrays, linked-lists, trees, heaps, graphs, and hash-table
    ✓ Review core algorithm fundamentals: search, sort, recursion, breadth/depth first search, dynamic programming, bitwise operators
    ✓ Examine how the core data structure and algorithms knowledge fits into context of JavaScript explained using prototypical inheritance and native JavaScript objects/data types
    ✓ Take a high-level look at commonly used design patterns in JavaScript

    Features:
    ✓ Combines clear explanations of data structure and algorithm theory with practical code samples, examples and exercises, all specifically relevant to JavaScript
    ✓ Provides background information on object-oriented programming and native JavaScript concepts to help understand how everything fits together
    ✓ Illustrates how these theoretical computer science concepts ties back to practical applications in software engineering

    Who This Book Is For:
    Existing web developers and software engineers seeking to develop or revisit their fundamental data structures knowledge; beginners and students studying JavaScript independently or via a course or coding bootcamp.

    -------------
     
    Last edited by a moderator: Aug 7, 2020