In this lab I learned about tail end recursion and attempted pattern matching
<!-- more -->
## Tail end recursion
I learned about tail end recursion and how this is way more efficient on the stack, and that racket has certain guarantees about the efficiency of tail end recursion
## Pattern matching
It was hard for me to see how to utilize pattern matching. I am sure after spending more time with it on the assignment I will be able to figure it out.