Please enable JavaScript to use CodeHS

Data Structures in C++

Lesson 7.5 Graphs

Description

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.


Objective

Students will be able to:

  • Explain what graphs are and what they are used for
  • Make changes to existing graphs and customize the implementation