Practical JavaScript Data Structures and Algorithms
暫譯: 實用 JavaScript 資料結構與演算法

Kashyap Mukkamala

  • 出版商: Packt Publishing
  • 出版日期: 2018-01-29
  • 售價: $2,010
  • 貴賓價: 9.5$1,910
  • 語言: 英文
  • 頁數: 332
  • 裝訂: Paperback
  • ISBN: 1788398556
  • ISBN-13: 9781788398558
  • 相關分類: JavaScriptAlgorithms-data-structures
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Key Features

  • Create custom data structures based on project requirements
  • Learn to optimize code based on space and time complexity
  • Focus more on solving the business problem and less about the technical challenges involved

Book Description

Data structures and algorithms are fundamental building blocks of computer programming. They are critical to any problem, provide a complete solution, and act like reusable code. Using appropriate data structures and having a good understanding of algorithm analysis is key in JavaScript to solving the crisis and ensuring your application is a success. Do you want to build applications that are high-performing and fast? Are you looking for complete solutions to implement complex data structures and algorithms in a practical way? If either of these questions ring a bell, then this book is for you!

You'll start by building stacks and understanding performance and memory implications. You will learn how to pick the right type of queue for the application. You will then use Sets, Maps, and trees, and simplify complex applications using Graphs. You will learn to implement different types of sorting algorithms before gradually calculating and analyzing space time complexity. Finally, you will dive deep into increasing the performance of your application using micro optimizations and memory management.

By the end of the book you will gain the skills and expertise necessary to create and employ various data structures in a way that is demanded by their project or use case.

What you will learn

  • Employ different Algorithms based on the use case and data structure in play
  • Use Backtracking Algorithms to encrypt messages
  • Simplify complex problems using graph data structure based on the application.
  • Build a high performance caching tool using circular queues
  • Generate accurate recommendations for credit card approval chances using Decision Trees
  • Increase the performance of an application using micro optimizations

商品描述(中文翻譯)

#### 主要特點
- 根據專案需求創建自定義資料結構
- 學習如何根據空間和時間複雜度優化程式碼
- 更專注於解決業務問題,而非技術挑戰

#### 書籍描述
資料結構和演算法是電腦程式設計的基本構建塊。它們對任何問題至關重要,提供完整的解決方案,並像可重用的程式碼一樣運作。在 JavaScript 中,使用適當的資料結構並良好理解演算法分析是解決危機和確保應用程式成功的關鍵。你想建立高效能且快速的應用程式嗎?你是否在尋找以實用方式實現複雜資料結構和演算法的完整解決方案?如果這些問題引起了你的共鳴,那麼這本書就是為你而寫的!

你將從建立堆疊開始,並理解性能和記憶體的影響。你將學習如何為應用程式選擇合適的佇列類型。接著,你將使用集合(Sets)、映射(Maps)和樹,並利用圖(Graphs)簡化複雜的應用程式。你將學習實現不同類型的排序演算法,然後逐步計算和分析空間時間複雜度。最後,你將深入探討如何通過微優化和記憶體管理來提高應用程式的性能。

在書籍結束時,你將獲得創建和使用各種資料結構所需的技能和專業知識,以滿足其專案或使用案例的需求。

#### 你將學到的內容
- 根據使用案例和資料結構採用不同的演算法
- 使用回溯演算法加密訊息
- 根據應用程式使用圖資料結構簡化複雜問題
- 使用循環佇列建立高效能的快取工具
- 使用決策樹生成信用卡批准機會的準確建議
- 通過微優化提高應用程式的性能