# graph_traversal > Orderings derived from fundamental graph traversal algorithms. - Author: Benjamin Ward - Repository: benjam3n/GOSM - Version: 20260127091712 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/benjam3n/GOSM - Web: https://mule.run/skillshub/@@benjam3n/GOSM~graph_traversal:20260127091712 --- --- name: graph_traversal description: "Orderings derived from fundamental graph traversal algorithms." --- # Graph Traversal ## Overview Orderings derived from fundamental graph traversal algorithms. Use when problems have explicit dependency structures, need shortest paths, or involve exploring tree/graph structures. --- **Input**: $ARGUMENTS Apply this procedure to the input provided.