Versions in this module Expand all Collapse all v6 v6.0.1 Aug 10, 2025 v6.0.0 Aug 10, 2025 Changes in this version + func Reverse_topological_sort(graph map[string][]string) ([]string, error) + func Topological_sort(graph map[string][]string) ([]string, error) Other modules containing this package github.com/PeterCullenBurbery/go_functions_002/v3 github.com/PeterCullenBurbery/go_functions_002/v4 github.com/PeterCullenBurbery/go_functions_002/v5