Singly Linked-Lists

By this point in the course, we will have reviewed recursion, so that we can think of the concept of "Structural Recursion" first shown here with singly-linked-lists, and then again later with trees.

SLL: Recursion Quick Review (3:56)

SLL: Structural Recursion (6:16)

SLL: Overview (2:54)

SLL: size() with nodes (4:39)

SLL: addFront (5:55)

SLL: removeFront (3:35)

SLL: addBack (6:31)

SLL: getIndex (strategy only) (2:23)

SLL: removeBack (strategy only) (3:32)

SLL: Loops Quiz Solution (3:31)