YoVDO

Data Structures and Algorithms in JavaScript

Offered By: egghead.io

Tags

Algorithms and Data Structures Courses Javascript Courses Algorithms Courses Data Structures Courses Sorting Algorithms Courses Stacks Courses Queues Courses Linked Lists Courses Big O Notation Courses

Course Description

Overview

This course teaches you how to implement your first data structures and algorithms. In the process, you’ll learn some fundamental computer science concepts as well. We’ll build these from scratch using JavaScript, but what we learn can be taken and used in any other language, too.
You will learn how to build: queues, stacks, linked lists, graphs, and trees. You’ll learn to implement several different sorting algorithms: bubble, insert, merge, and quick. Each of these lessons will not only teach you their implementation, but the tradeoffs made in choosing one over another. By proxy, you’ll learn about concepts like Big O notation and recursion.

Syllabus

  • Course Introduction: Data Structures and Algorithms in JavaScript
  • Queue Data Structure in JavaScript
  • Priority Queue JavaScript Data Structure
  • Stack Data Structure in JavaScript
  • Linked List Data Structure in JavaScript
  • JavaScript Graph Data Structure
  • Breadth First JavaScript Search Algorithm for Graphs
  • Write a Depth First Search Algorithm for Graphs in JavaScript
  • Tree Data Structure in JavaScript
  • Build a Binary Tree in JavaScript and Several Traversal Algorithms
  • Sort an Array with a JavaScript do while Loop using Bubble Sort
  • Sort an Array with a Nested for Loop using Insertion Sort in JavaScript
  • Divide and Recurse Over an Array with Merge Sort in JavaScript
  • Recursively Sort an Array in JavaScript with Quick Sort

Taught by

Kyle Shevlin

Related Courses

Conception et mise en œuvre d'algorithmes.
École Polytechnique via Coursera
Algorithmen und Datenstrukturen
Universität Osnabrück via iversity
数据结构与算法 Data Structures and Algorithms
Peking University via Coursera
Data Structures and Algorithm Design Part I | 数据结构与算法设计(上)
Tsinghua University via edX
数据结构基础
Peking University via Coursera