This is an old revision of the document!
2.3 Implementing The Stable Matching Algorithm using Lists and Arrays
To asymptotically analyze the running time of an algorithm, we don't need to implement and run it, but we definitely have to think about how the data will be represented and manipulated in an implementation of the algorithm so we could bound the number of computational steps it takes.