Data structure cheat sheet: Difference between revisions

From Celeste@Hoppinglife
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
=== String ===
=== String ===
=== Related Algorithms ===
=== Related Algorithms ===
== Sorting ==


== Tree-based Structures ==
== Tree-based Structures ==

Revision as of 02:08, 25 October 2020

A quick cheat sheet on common algorithms and data structures:

Linear Structures

Linked Lists

String

Related Algorithms

Sorting

Tree-based Structures

Binary Tree

Heap

n-ary Tree

Graphs

Storage

Traverse

Properties

Algorithms