Data structure cheat sheet

From Celeste@Hoppinglife
Revision as of 02:09, 25 October 2020 by Hoppinglife (talk | contribs)
Jump to navigation Jump to search

A quick cheat sheet on common algorithms and data structures:

Linear Structures

Linked Lists

String

Related Algorithms

Arrays

Sorting

Tree-based Structures

Binary Tree

Heap

n-ary Tree

Graphs

Storage

Traverse

Properties

Algorithms