From fd288c492d7b58cdf8ce39cb7ad0e79b58d8e7d2 Mon Sep 17 00:00:00 2001 From: Adam Blank <blank@cs.washington.edu> Date: Mon, 29 Feb 2016 21:45:52 -0800 Subject: [PATCH] More edits to writeup wording --- src/p2/writeup/WriteUp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/p2/writeup/WriteUp.md b/src/p2/writeup/WriteUp.md index 934ac4e..e105c7c 100644 --- a/src/p2/writeup/WriteUp.md +++ b/src/p2/writeup/WriteUp.md @@ -40,9 +40,9 @@ Throughout p1 and p2, you have written (or used) several distinct implementation ### BST vs. AVLTree ### -Construct input files to NGramTester of your choosing to demonstrate that an AVL Tree is asymptotically better -than a Binary Search Tree. To do this, we expect you to show a trend. You might consider fitting a curve to -your results as well. Explain your intuition on why your results are what they are. +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> -- GitLab