Code | Description |
MA.912.D.2.1: | Use Euler and Hamilton cycles and paths in graphs to solve routing problems. |
MA.912.D.2.2: | Use critical path analysis to solve scheduling problems. |
MA.912.D.2.3: | Use graph coloring techniques to solve problems. |
MA.912.D.2.4: | Use spanning trees, rooted trees, binary trees, and decision trees to solve problems. |
MA.912.D.2.5: | Use bin-packing techniques to solve problems concerning optimizing resource usage. |
Name | Description |
Who Do You Know? The Theory Behind Social Networking: | This video lesson will introduce students to algorithmic thinking through the use of a popular field in graph theory—social networking. Specifically, by acting as nodes in a graph (i.e. people in a social network), the students will experientially gain an understanding of graph theory terminology and distance in a graph (i.e. number of introductions required to meet a target person). Once the idea of distance in a graph has been built, the students will discover Dijkstra's Algorithm. The lesson should take approximately 90 minutes and can be comfortably partitioned across two class sessions if necessary (see the note in the accompanying Teacher Guide). There are no special supplies needed for this class and all necessary hand-outs can be downloaded from this website. |
Visualization of Social Networks with Node Graphs: | This lesson introduces the concept of node graphs for the purpose of visualizing social networks. |