CS 70

Phase 9: More Fun with Search Trees (Optional)

This part of the assignment is optional. Doing some aspect of the part will add up to three bonus points to your overall Homework 7 score; as always, the reason to do the optional is not to get points, but to learn more!

If you decide to do this part, add a file Fun.md to your repository and be sure to describe what you did and how to run it. You can also add any additional test cases you created to treeset-test.cpp as well, but, when submitting, you should comment out any tests that would fail on the unmodified version of your TreeSet<T> class template.

Here are some extra things you can try with your search tree implementation.

For most pairs, picking just one of these options is plenty to feel like you've done something extra. But if you're feeling ambitious, you can try more than one!

  • Goat speaking

    Meh. I'm not doing any of this optional stuff.

  • Dog speaking

    Oh, come on! This is where the fun is!

  • Pig speaking

    It's a chance to learn MORE!

To Complete This Part of the Assignment…

You'll know you're done with this part of the assignment when you've done all of the following:

(When logged in, completion status appears here.)