From a3ad6727d263f55a9e58a285be7b3923f95a773e Mon Sep 17 00:00:00 2001
From: Adam Blank <adamblan@countablethoughts.com>
Date: Mon, 16 Jan 2017 09:40:29 -0800
Subject: [PATCH] More writeup updates

---
 src/p2/writeup/WriteUp.md | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/src/p2/writeup/WriteUp.md b/src/p2/writeup/WriteUp.md
index 7a9191a..5bc6207 100644
--- a/src/p2/writeup/WriteUp.md
+++ b/src/p2/writeup/WriteUp.md
@@ -2,19 +2,16 @@
 --------
 
 ## Project Enjoyment ##
-- How Was Your Partnership?
-  <pre>TODO</pre>
-  
-- What was your favorite part of the project?
+- What was your favorite part of the project? Why?
   <pre>TODO</pre>
 
-- What was your least favorite part of the project?
+- What was your least favorite part of the project? Why?
   <pre>TODO</pre>
 
-- How could the project be improved?
+- How could the project be improved? Why?
   <pre>TODO</pre>
 
-- Did you enjoy the project?
+- Did you enjoy the project?  Why or why not?
   <pre>TODO</pre>
     
 -----
@@ -43,7 +40,6 @@ Throughout p1 and p2, you have written (or used) several distinct implementation
 Construct input files for BST and AVLTree to demonstrate that an AVL Tree is asymptotically better
 than a Binary Search Tree. To do this, we expect you to show trends.  You might consider fitting a curve to
 your results. Explain your intuition on why your results are what they are.
-
 <pre>TODO</pre>
 
 ### ChainingHashTable ###
@@ -85,7 +81,6 @@ your best algorithms and data structures on a reasonable machine.
  - How are the suggestions uMessage gives wth the new corpus?
    <pre>TODO</pre>
 
-
 -----
 
 ## Above and Beyond ##
-- 
GitLab