From 9bf9762bc7aeff0caef736d6bdbd095b539a2d21 Mon Sep 17 00:00:00 2001 From: ChristopherMahoney2000 Date: Thu, 26 Mar 2020 15:33:40 -0400 Subject: [PATCH] Updated with correct Makefile --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 445cf24..178dcda 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Jabberwocky -In order to run my code you can simply call `./make.sh `. The files `bit.txt`, `zap.txt`, `kapow.txt` and `out.txt` will be generated in order. The directory texts has some examples. My implementation for both jabber and wocky used the same fact about our compression table. Every prefix we add to our table was one bit appended to some previously seen prefix. This allows for some cool data structures.