https://www.cs.usfca.edu/~galles/visualization/Algorithms.html
Data Structures
Primitive Data Structure (stores one type only): Int, Float, Char, bool
Nonprimitive Data Structure:
Linear data strcuture:
Static: Array
Dynmic: Stack, Queue, Linked List
Nonlinear Data strcutures: Tree, Graph, Hash Table
Running Time X Input Size chart
log2 8 = 3 (=2^3), log10 10 = 1
Check the project on Githb