Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms

An egghead course to introduce data structures and algorithms in JavaScript
https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms

Last synced: 13 days ago
JSON representation

An egghead course to introduce data structures and algorithms in JavaScript

Awesome Lists containing this project

README

        

# Intro to Data Structures and Algorithms in JavaScript

![Image of Course Logo](https://d2eip9sf3oo6c2.cloudfront.net/series/square_covers/000/000/261/square_480/EGH_JSAlgorithms_Final.png)

My introductory course to data structures and algorithms in JavaScript for [egghead](https://egghead.io).

This course covers:

* Queues
* Stacks
* Linked Lists
* Graphs
* Breadth-first Traversal
* Depth-first Traversal
* Trees
* Binary Trees
* Tree Traversal
* Sorting
* Bubble Sort
* Insertion Sort
* Merge Sort
* Quick Sort

Feel free to leave comments on the lessons or hit me up on [Twitter](https://twitter.com/kyleshevlin) with any questions you might have.