Media Summary: Converting specific list code to a list to hold any type of thing, then restricting it again with generics to only hold specific things (but ... Making a chain of items in the birthday game. MIT 6.858 Computer Systems Security, Fall 2014 View the complete course: Instructor: Nickolai ...
Comp139 Lecture 4 - Detailed Analysis & Overview
Converting specific list code to a list to hold any type of thing, then restricting it again with generics to only hold specific things (but ... Making a chain of items in the birthday game. MIT 6.858 Computer Systems Security, Fall 2014 View the complete course: Instructor: Nickolai ... Take the birthday game code/concept and make a "ChainedList" class to manage the chain. Use the same interface as our ... The birthday game. Chains of items as a storage mechanism. More unit tests for remove(). Fix add method to grow the array if it runs out of room. Generalize MemberList to store any object.
Fix a freeing bug in remove. Add toString. Make array expand if we run out of room. Ask Questions in Comment. Python Functions in Depth — Writing Clean, Reusable, and Powerful Code ...