diff options
author | Marvin Borner | 2024-10-21 17:39:18 +0200 |
---|---|---|
committer | Marvin Borner | 2024-11-07 16:26:47 +0100 |
commit | 400cc14fa974517bba1add555de896d7984f5b77 (patch) | |
tree | 19c04bafc8687ee7de792fb7d49f10e345e15162 /abstract.md |
Diffstat (limited to 'abstract.md')
-rw-r--r-- | abstract.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abstract.md b/abstract.md new file mode 100644 index 0000000..06c32ea --- /dev/null +++ b/abstract.md @@ -0,0 +1,9 @@ +# Really Functional Data Structures + +Last time, David showed us functional data structures in the form of +*persistent data structures*. In this talk, I want to show you data +structures that are defined entirely by functions themselves -- no +classes, structs, bitmaps, etc.! Knowing about such structures not only +tickles the brain, but can also lead to a better intuition for solving +problems functionally. Also, one of the data structures shown can be +used for space-efficient encodings of fractals and animations. |