Graph Algorithm Family Map
Description
Select any family or algorithm for its definition. This chapter’s tour collapses the map to the root and four families; selecting a family reveals its leaves. Show all algorithms restores the full taxonomy. Each diagram node supports Tab followed by Enter or Space.
Lesson Plan
Audience: undergraduate students and healthcare data practitioners. Allow 10–15 minutes. Prerequisites: nodes, edges, labels, and properties; for the comparison, also primary and foreign keys.
Learning objective: Classify a graph algorithm by the type of question it answers (distance, importance, grouping, or prediction) and summarize one example algorithm per family.
- Explore: Use the tour to classify three questions: find a short referral path, identify a provider bridging referral groups, and find disconnected provider groups. Open the relevant families and compare their algorithms.
- Explain: Summarize one algorithm per family. Explain why clustering coefficient measures local cohesion rather than returning a partition, and why a similarity score is not automatically a calibrated probability.
- Transfer: Sketch a different healthcare example using the same concept and explain one modeling assumption.
Assessment: use the explanation prompt above as an exit ticket. A complete response names the relevant graph elements, traces the displayed evidence, and distinguishes a modeling assumption from a general claim.
Embed This MicroSim
Copy this iframe to your website:
1 | |
Quality Checks
Validated September 7, 2026. Completeness rubric: 100/100. Browser interaction tests passed at 400, 800, and 1200 px, including reset and keyboard controls; no JavaScript errors were observed. Iframe visibility and visual layout checks passed. The iframe resizes to its rendered content, with the declared height serving as a fallback.
Specification
The full specification below is extracted from Chapter 5: Graph Algorithms, Centrality, and Similarity Measures.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |
Related Resources
References
- Source chapter — supplied learning objective and teaching example.
- Mermaid flowchart documentation — rendering and interaction reference (accessed September 7, 2026).