Project/progress updates!
View the Project on GitHub modopo/reading-notes
1) One of the more important things to consider when choosing a data structure is if the data needs to be mutable or not. 2) To make sure a recursion stops, there needs to be a base condition that returns.