Homepage

Project/progress updates!

View the Project on GitHub modopo/reading-notes

Data Structure and Algorithm

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.