From 5446705237a6fc1842f02b0a8b3bc2b74aab4557 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 24 Feb 2023 16:54:17 +0100 Subject: Added code samples --- samples/readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 samples/readme.md (limited to 'samples/readme.md') diff --git a/samples/readme.md b/samples/readme.md new file mode 100644 index 0000000..7ab3472 --- /dev/null +++ b/samples/readme.md @@ -0,0 +1,12 @@ +# Samples + +## AOC + +These samples solve some of the [Advent of +Code](https://adventofcode.com) problems. + + cat input | bruijn solve.bruijn + +**Be aware** that lambda calculus is generally incredibly inefficient. +For example, the obvious solution for the very simple problem 2022/01 +takes around 1 minute and 4GB of memory using the full input. -- cgit v1.2.3