Title: Lab Five Date: 2022-09-26T08:30:00 Tags: cs2613, lab, racket, recursion, pattern-matching In this lab I learned about tail end recursion and attempted pattern matching ## 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.