From 86c88670ea757cee11864ec00e6819726c65473a Mon Sep 17 00:00:00 2001 From: Peter Ward Date: Thu, 18 Jul 2013 20:18:33 +1000 Subject: conditionally show the code --- docs/closest_apple.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/closest_apple.tex') diff --git a/docs/closest_apple.tex b/docs/closest_apple.tex index 36b7382..b00768d 100644 --- a/docs/closest_apple.tex +++ b/docs/closest_apple.tex @@ -10,4 +10,6 @@ To find the shortest path, we need to use an algorithm called \emph{breadth first search} (BFS). % TODO: description of the algorithm +\ifshowcode \pythonfile{closest_apple.py} +\fi -- cgit v1.2.3