From b1bf64388dd3491be7fd2b956a3b53dff00abba0 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Mon, 16 Oct 2017 15:28:31 +0200 Subject: Fix typo in Shapir --- assignments/assignment2/RivestShapir_hypothesis1.dot | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 assignments/assignment2/RivestShapir_hypothesis1.dot (limited to 'assignments/assignment2/RivestShapir_hypothesis1.dot') diff --git a/assignments/assignment2/RivestShapir_hypothesis1.dot b/assignments/assignment2/RivestShapir_hypothesis1.dot deleted file mode 100644 index a5f1c09..0000000 --- a/assignments/assignment2/RivestShapir_hypothesis1.dot +++ /dev/null @@ -1,18 +0,0 @@ -digraph g { -__start0 [label="" shape="none"]; - - s0 [shape="circle" label="0"]; - s1 [shape="circle" label="1"]; - s0 -> s0 [label="5ct / OK"]; - s0 -> s1 [label="10ct / OK"]; - s0 -> s0 [label="mars / NOK"]; - s0 -> s0 [label="snickers / NOK"]; - s0 -> s0 [label="twix / NOK"]; - s1 -> s1 [label="5ct / OK"]; - s1 -> s1 [label="10ct / OK"]; - s1 -> s0 [label="mars / OK"]; - s1 -> s1 [label="snickers / NOK"]; - s1 -> s1 [label="twix / NOK"]; - -__start0 -> s0; -} -- cgit v1.2.3