Data structure cheat sheet: Difference between revisions

From Celeste@Hoppinglife
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
=== Heap ===
=== Heap ===
=== n-ary Tree ===
=== n-ary Tree ===
=== Union Find ===


== Graphs ==
== Graphs ==

Revision as of 02:09, 25 October 2020

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

Union Find

Graphs

Storage

Traverse

Properties

Algorithms