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

Saved in:
Bibliographic Details
Title: A Common-Sense Guide to Data Structures and Algorithms in JavaScript, Volume 1 : Level Up Your Core Programming Skills
Description: 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.
Authors: Jay Wengrow
Resource Type: eBook.
Subjects: Data structures (Computer science), Computer algorithms, JavaScript (Computer program language)
Categories: COMPUTERS / Languages / JavaScript, COMPUTERS / Computer Science, COMPUTERS / Languages / General, COMPUTERS / Programming / Algorithms, COMPUTERS / Data Science / Data Modeling & Design
Database: eBook Collection (EBSCOhost)
FullText Links:
  – Type: ebook-epub
Text:
  Availability: 0
Header DbId: nlebk
DbLabel: eBook Collection (EBSCOhost)
An: 4022850
RelevancyScore: 1123
AccessLevel: 6
PubType: eBook
PubTypeId: ebook
PreciseRelevancyScore: 1122.83581542969
IllustrationInfo
ImageInfo – Size: thumb
  Target: https://rps2images.ebscohost.com/rpsweb/othumb?id=NL$4022850$EPUB&s=r
– Size: medium
  Target: https://rps2images.ebscohost.com/rpsweb/othumb?id=NL$4022850$EPUB&s=d
Items – Name: Title
  Label: Title
  Group: Ti
  Data: A Common-Sense Guide to Data Structures and Algorithms in JavaScript, Volume 1 : Level Up Your Core Programming Skills
– Name: Abstract
  Label: Description
  Group: Ab
  Data: 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.
– Name: Author
  Label: Authors
  Group: Au
  Data: <searchLink fieldCode="AR" term="%22Jay+Wengrow%22">Jay Wengrow</searchLink>
– Name: TypePub
  Label: Resource Type
  Group: TypPub
  Data: eBook.
– Name: Subject
  Label: Subjects
  Group: Su
  Data: <searchLink fieldCode="DE" term="%22Data+structures+%28Computer+science%29%22">Data structures (Computer science)</searchLink><br /><searchLink fieldCode="DE" term="%22Computer+algorithms%22">Computer algorithms</searchLink><br /><searchLink fieldCode="DE" term="%22JavaScript+%28Computer+program+language%29%22">JavaScript (Computer program language)</searchLink>
– Name: SubjectBISAC
  Label: Categories
  Group: Su
  Data: <searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Languages+%2F+JavaScript%22">COMPUTERS / Languages / JavaScript</searchLink><br /><searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Computer+Science%22">COMPUTERS / Computer Science</searchLink><br /><searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Languages+%2F+General%22">COMPUTERS / Languages / General</searchLink><br /><searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Programming+%2F+Algorithms%22">COMPUTERS / Programming / Algorithms</searchLink><br /><searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Data+Science+%2F+Data+Modeling+%26+Design%22">COMPUTERS / Data Science / Data Modeling & Design</searchLink>
PLink https://search.ebscohost.com/login.aspx?direct=true&site=eds-live&db=nlebk&AN=4022850
RecordInfo BibRecord:
  BibEntity:
    Classifications:
      – Code: 005.73
        Scheme: ddc
        Type: prePub
    Languages:
      – Code: eng
        Text: English
    Subjects:
      – SubjectFull: Data structures (Computer science)
        Type: general
      – SubjectFull: Computer algorithms
        Type: general
      – SubjectFull: JavaScript (Computer program language)
        Type: general
    Titles:
      – TitleFull: A Common-Sense Guide to Data Structures and Algorithms in JavaScript, Volume 1 : Level Up Your Core Programming Skills
        Type: main
  BibRelationships:
    HasContributorRelationships:
      – PersonEntity:
          Name:
            NameFull: Jay Wengrow
      – PersonEntity:
          Name:
            NameFull: Jay Wengrow
    IsPartOfRelationships:
      – BibEntity:
          Dates:
            – D: 01
              M: 01
              Type: published
              Y: 2024
            – D: 12
              M: 12
              Type: profile
              Y: 2025
          Identifiers:
            – Type: isbn-print
              Value: 9798888650646
            – Type: isbn-electronic
              Value: 9798888651148
          Numbering:
            – Type: volume
              Value: 00001
          Titles:
            – TitleFull: A Common-Sense Guide to Data Structures and Algorithms in JavaScript, Volume 1 : Level Up Your Core Programming Skills
              Type: main
ResultId 1