Have a personal or library account? Click to login
Learning JavaScript Data Structures and Algorithms
JavaScript Data Structures and algorithms can help you solve complex development problems – learn how by exploring a huge range of JavaScript data types
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.
What you will learn
Declare, initialize, add, and remove items from arrays, stacks, and queues
Create and use the most complex data structure, graphs, along with DFS and BFS algorithms
Grasp the power of linked lists, doubly linked lists, and circular linked lists
Store unique elements with hash tables, dictionaries, and sets
Explore the applications of binary trees and binary search trees
Sort data structures using bubble sort, selection sort, insertion sort, merge sort, and quick sort
Search elements in data structures using sequential sort and binary search
Understand the importance of big O notation, dynamic programming, and greedy algorithms