September 2017
Intermediate to advanced
240 pages
5h 57m
English
The first data structure you will implement is the single linked list. I will describe the data structure, list out all the operations you should implement, and give you a single test for your implementation that needs to pass. You should attempt this data structure on your own at first but then watch the video of my implementation and the audit afterward so you can understand the process.
Warning!
These are not efficiently implemented data structures at all! They are purposefully naïve and slow so that we can cover measuring and optimizing data code in Exercises 18 and 19. If you are attempting to use these data structures in professional work, then you will have performance problems.
When dealing ...
Read now
Unlock full access