CSC300: Video [1/11] |
In three parts.
Only the first and third videos will be covered on exams. The second video is a preview of material that is covered in CSC 301/403.
00:00 A Playground for Linked Lists 02:20 Why is Node a static class 03:57 How a list is created 08:52 How to access a specific item 10:08 Visualizing a pointer to a specific item 11:59 Writing a loop: The middle 14:27 Writing a loop: The end 15:07 Writing a loop: The beginning 15:57 Visualizing the execution of the loop
00:00 Forward recursion with nullable parameter 03:51 Thinking about loops and recursion 06:41 Forward recursion with non-nullable parameter 10:04 Backward recursion with non-nullable parameter 13:33 Backward recursion with nullable parameter
00:00 Using a current pointer 05:30 Using a previous pointer