No description
| lib | Initial commit | |
| test | Initial commit | |
| .credo.exs | Initial commit | |
| .formatter.exs | Initial commit | |
| .gitignore | Initial commit | |
| .tool-versions | Initial commit | |
| mix.exs | Initial commit | |
| mix.lock | Initial commit | |
| README.md | Initial commit | |
Retroactive, Temporal, and/or Persistent Data Structures
- Persistent:
- "to stand firm through time"
- Git analogy: "every commit is a snapshot; you can branch from any past commit, but you don't rewrite history"
- Retroactive:
- "to act backward"
- Git analogy: "rewriting a commit in the middle of history and having all subsequent commits automatically rebase on top of it"
Code
See: