Skip to content

Instantly share code, notes, and snippets.

@Saurabh-hooda
Saurabh-hooda / algorithms_data_structures.md
Last active January 1, 2018 12:58 — forked from joelrojo/algorithms_data_structures.md
Resources on Algorithms and Data Structures

Data Structures And Algorithm Lessons

This is a great resource for learning data structures and algorithms. It's set up like the phase challenges that you're used to doing and have great, concise explanations of all the concepts.

Or, if you learn better via video, this course:

Here are short explanations for Mergesort and Quicksort that are readable: