reading-notes

Prework Data Structures and Algorithms

Discussion questions…

  1. What is 1 of the more important things you should consider when deciding which data structure is best suited to solve a particular problem?
  1. How can we ensure that we’ll avoid an infinite recursive call stack?