Learning JavaScript Data Structures and Algorithms (Paperback)
暫譯: 學習 JavaScript 資料結構與演算法 (平裝本)

Loiane Groner

  • 出版商: Packt Publishing
  • 出版日期: 2014-10-28
  • 定價: $1,575
  • 售價: 6.6$1,040
  • 語言: 英文
  • 頁數: 218
  • 裝訂: Paperback
  • ISBN: 1783554878
  • ISBN-13: 9781783554874
  • 相關分類: JavaScriptAlgorithms-data-structures
  • 立即出貨(限量) (庫存=1)

買這商品的人也買了...

相關主題

商品描述

Understand and implement classic data structures and algorithms using JavaScript

About This Book

  • Learn how to use the most used data structures such as array, stack, list, tree, and graphs with real-world examples
  • Get a grasp on which one is best between searching and sorting algorithms and learn how to implement them
  • Follow through solutions for notable programming problems with step-by-step explanations

Who This Book Is For

If you are a JavaScript developer or someone who has basic knowledge of JavaScript, and want to explore its optimum ability, this fast-paced book is definitely for you. Programming logic is the only thing you need to know to start having fun with algorithms.

In Detail

A data structure is a particular way of organizing data in a computer to utilize resources efficiently. Data structures and algorithms are the base of every solution to any programming problem.

This book begins by covering the basics of the JavaScript language and then moves on to discuss the most important data structures such as array, queue, stack, and linked list. You will also gain an in-depth knowledge of how hash tables and set data structure function. After this, you will be taught what trees are, and how to use the binary tree and the binary search tree.

In subsequent chapters, you will learn about graphs, DFS, and BFS. Finally, we will round off by learning how to differentiate between various searching and sorting algorithms such as sequential search, binary search, quick sort, bubble sort, and so on, and how to implement them. Towards the end of the book, you will also be introduced to dynamic programming.

商品描述(中文翻譯)

**了解並實作經典資料結構與演算法,使用 JavaScript**

## 本書介紹

- 學習如何使用最常用的資料結構,如陣列、堆疊、串列、樹和圖,並透過實際範例進行說明
- 掌握搜尋與排序演算法之間的最佳選擇,並學習如何實作它們
- 逐步跟隨解決著名程式設計問題的解答,並提供詳細解釋

## 本書適合誰

如果您是 JavaScript 開發者或對 JavaScript 有基本了解的人,並希望探索其最佳能力,這本快速入門的書籍絕對適合您。您只需了解程式邏輯,即可開始享受演算法的樂趣。

## 詳細內容

資料結構是以特定方式在電腦中組織資料,以有效利用資源。資料結構和演算法是解決任何程式設計問題的基礎。

本書首先介紹 JavaScript 語言的基礎,然後討論最重要的資料結構,如陣列、佇列、堆疊和鏈結串列。您還將深入了解雜湊表和集合資料結構的運作方式。在此之後,您將學習樹的概念,以及如何使用二元樹和二元搜尋樹。

在隨後的章節中,您將學習圖、深度優先搜尋(DFS)和廣度優先搜尋(BFS)。最後,我們將學習如何區分各種搜尋和排序演算法,如順序搜尋、二元搜尋、快速排序、氣泡排序等,以及如何實作它們。在書的最後,您還將接觸到動態規劃。