23 - Immutable Data Structures

Published: Jan. 18, 2020, 4 p.m.

b"

Most data structure are only useful if you can modify them. Today, JS and Lance talk about immutable data structure which don't allow for direct modification but instead encourage extension. We consider the situations in which these could be useful and how to build one from scratch.

"