Overview
Explore fundamental data structures in JavaScript through this JSConf.Asia 2016 conference talk. Dive into Hash Tables, Arrays, Stacks, Queues, Linked Lists, and Binary Search Trees, learning not only their concepts but also how to build them from scratch. Gain insights into Big O notation and various tree structures. Led by James Kyle, a Facebook engineer and core contributor to projects like Yarn, BabelJS, and Lerna, this 32-minute presentation aims to make computer science more accessible to front-end developers. Enhance your structured data skills and impress your peers with newfound knowledge of essential data structures in JavaScript.
Syllabus
Introduction
Big Os
Data Structures
List
Shift
Hash Tables
Organization
Stack
Queue
Graphs
Linked Lists
Trees
Tree Structure
Binary Search Tree
Taught by
JSConf