Youtube: A great full tutorial for Data Structures from a Google Engineer.

Presenter: William Fiset

Topics of this tutorial:

    • Abstract data types
    • Introduction to Big-O
    • Dynamic and Static Arrays
    • Linked Lists
    • Stack
    • Queue
    • Priority Queue
    • Union Find
    • Binary Search Tree
    • Hash table
    • Fenwick Tree
    • Suffix Array
    • Balanced binary search tree rotations
    • AVL tree
    • Indexed Priority Queue | Data Structure