Data structure cheat sheet: Difference between revisions

From Celeste@Hoppinglife
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
== Tree-based Structures ==
== Tree-based Structures ==
=== Binary Tree ===
=== Binary Tree ===
==== Property ====
==== Traversal ====
=== Heap ===
=== Heap ===
=== n-ary Tree ===
=== n-ary Tree ===

Revision as of 02:48, 25 October 2020

A quick cheat sheet on common algorithms and data structures:

Linear Structures

Linked Lists

Basic Implementation

String

Related Algorithms

Arrays

Sorting

Tree-based Structures

Binary Tree

Property

Traversal

Heap

n-ary Tree

Union Find

Hashing Table

Graphs

Storage

Traverse

Properties

Algorithms

Dynamic Programming

Recursion

Searching