In my last post, I described Big O notation, why it matters, and common search and sort algorithms and their time complexity (essentially… — In my last post, I described Big O notation, why it matters, and common search and sort algorithms and their time complexity (essentially, how fast a given algorithm will run as data size changes). Now, with the basics down, we can begin to discuss data structures, space complexity, and more…