Sorts all given Autonomous Systems into a list ordered so that no customer is before its provider. Args: autonomous_systems (List): The list containing all autonomous systems and their providers, customers, and peers. clique (List): The list of all the
(autonomous_systems, clique)