DerekCresswell / CSC207-Course-Notes

WIP: Course notes for CSC207 at the University of Toronto.
0 stars 0 forks source link

Interface Notes #6

Open DerekCresswell opened 1 year ago

DerekCresswell commented 1 year ago

Would close #5

This contains the notes and code for a basic list profiling example. It is meant to illustrate the usages of interfaces within our code.

DerekCresswell commented 1 year ago

This now has the first draft done. Anything is welcome to change as I'd like to know what sounds like it works and what won't!

DerekCresswell commented 1 year ago

This is quite cool! If it isn't too long or messy, can we profile how long it takes to remove the front item until the list is empty? (Are those stats interesting?)

I think it is! added.

DerekCresswell commented 1 year ago

Ok, that's all the small stuff changed. Now going to make individual commits for the larger critiques.

DerekCresswell commented 1 year ago

ping @paulgries and @jcal13