From 400cc14fa974517bba1add555de896d7984f5b77 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 21 Oct 2024 17:39:18 +0200 Subject: Initial commit --- abstract.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 abstract.md (limited to 'abstract.md') 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. -- cgit v1.2.3