1
0
Fork
You've already forked retroactive_data_structures
0
No description
  • Elixir 100%
2026年05月11日 16:06:42 -07:00
lib Initial commit 2026年05月11日 16:06:42 -07:00
test Initial commit 2026年05月11日 16:06:42 -07:00
.credo.exs Initial commit 2026年05月11日 16:06:42 -07:00
.formatter.exs Initial commit 2026年05月11日 16:06:42 -07:00
.gitignore Initial commit 2026年05月11日 16:06:42 -07:00
.tool-versions Initial commit 2026年05月11日 16:06:42 -07:00
mix.exs Initial commit 2026年05月11日 16:06:42 -07:00
mix.lock Initial commit 2026年05月11日 16:06:42 -07:00
README.md Initial commit 2026年05月11日 16:06:42 -07:00

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: