Skip to content
Snippets Groups Projects
Commit fd288c49 authored by Adam Blank's avatar Adam Blank
Browse files

More edits to writeup wording

parent 5c85dd1c
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment