Skip to content

Latest commit

 

History

History
executable file
·
71 lines (48 loc) · 1.77 KB

data-structures.md

File metadata and controls

executable file
·
71 lines (48 loc) · 1.77 KB

Data Structures

See [algorithms]

Binary Tree - B Tree

see [interview] question on BST

Linked List

Skip List

HashMap

Hash Tables / Dictionaries / Associative array

Python Hash Tables: Understanding Dictionaries

.hash() fixed length simple to compute one-way colision space immutable types only

Queue

Stack

Sparse Matrix