Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 174 Bytes

DataStructures.md

File metadata and controls

10 lines (6 loc) · 174 Bytes

Knowledge

Data structures

Set

A set can not contain duplicates. Useful with "in" or "not in" operators

Dictionary

Key - Value pair, useful for counters etc.