Jump to ratings and reviews
Rate this book

Graphic Javascript Algorithms: Graphic learn Data Structure and Algorithm for JavaScript

Rate this book
Understand data structures and the associated algorithms, as well as the context in which they are used.
Master existing JavaScript data structures such as array, set and map and learn how to implement new ones such as stacks, linked lists, trees and graphs.All concepts are explained in an easy way, followed by examples.

You will gain an in-depth knowledge of how hash tables and set data structure functions, as well as how trees and hash maps This book is an accessible route deeper into JavaScript. Graphs being one of the most complex data structures you'll encounter.

ECMAScript 6 (ES6). This book provides a highly practical look at ES6, This book takes a user-friendly approach to covering ES6 Javascript data structures.

1. Bubble Sorting Algorithm
2. Select Sorting Algorithm
3. Insert Sorting Algorithm
4. Dichotomy Binary Search
5. Unidirectional Linked List
5.1 Create and Initialization
5.2 Add Node
5.3 Insert Node
5.4 Delete Node
6. Doubly Linked List
6.1 Create and Initialization
6.2 Add Node
6.3 Insert Node
6.4 Delete Node
7. One-way Circular LinkedList
7.1 Initialization and Traversal
7.2 Insert Node
7.3 Delete Node
8. Two-way Circular LinkedList
8.1 Initialization and Traversal
8.2 Insert Node
8.3 Delete Node
9. Queue
10. Stack
11. Recursive Algorithm
12. Two-way Merge Algorithm
13. Quick Sort Algorithm
14. Binary Search Tree
14.1 Construct a binary search tree
14.2 Binary search tree In-order traversal
14.3 Binary search tree Pre-order traversal
14.4 Binary search tree Post-order traversal
14.5 Binary search tree Maximum and minimum
14.6 Binary search tree Delete Node
15. Binary Heap Sorting
16. Hash Table
17. Graph
17.1 Undirected Graph and Depth-Frst Search
17.2 Undirected Graph and Breadth-First Search
17.3 Directed Graph and Depth-Frst Search
17.4 Directed Graph and Breadth-First Search
17.5 Directed Graph Topological Sorting

290 pages, Kindle Edition

Published March 22, 2020

58 people are currently reading
57 people want to read

About the author

Yang Hu

311 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
8 (44%)
4 stars
4 (22%)
3 stars
6 (33%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
Profile Image for Ivan Koma.
386 reviews1 follower
April 17, 2022
If honest, i don't see profit from these patterns coz you write code like this even without deep pattern knowledges. Yep at first they can be useful, but then you just write code like this coz performance and more good DX
It's not negative on book side, i'm just feel smth strange when read this, like i waste time. btw examples are really good and easy to check (except from images on credit cards and others)
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.