persistent data structure
data structure that always preserves the previous version of itself when it is modified
purely functional data structure
persistent data structure that does not rely on mutable state
data structure that always preserves the previous version of itself when it is modified