--- title: "11-sets-maps-trees" tags: - cosc201 - lecture sr-due: 2022-09-10 sr-interval: 99 sr-ease: 270 --- A [set](notes/set.md) is :: a collection of elements with no repetition allowed A [hash-map](notes/hash-map.md) is :: a set of key value pairs A [tree](notes/tree.md) is :: a general concept of a way of organising data.