In this lesson, students learn about pointers, a variable that holds a memory address. Pointers are one of the key concepts in learning programming and are used for implementing several data structures.
Students will be able to:
*
)&
) and a new memory address using the new
keyword->
) to methods through a pointer in lieu of using the dot operator (.
)In this lesson, students learn about linked lists, a linear data structure in which elements are not stored next to each other in memory. Linked lists consist of nodes that each contain a data element and a pointer to the next node in the linked list.
Students will be able to:
while
loop This lesson introduces students to the idea of graphs by using several examples and expanding on these examples. Graphs is a very broad topic and the lesson only scratches the surface of the topic.
Students will be able to:
In this lesson, students complete a summative assessment of the unit’s learning objectives.
Students will be able to: