From fcaba9e278fa9771e7d4b0f90fb85fb467d7a391 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:55:33 +0200 Subject: [PATCH] tsort: add link (#5597) --- pages/common/tsort.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/tsort.md b/pages/common/tsort.md index a8fafc6eda..6c99863621 100644 --- a/pages/common/tsort.md +++ b/pages/common/tsort.md @@ -2,6 +2,7 @@ > Perform a topological sort. > A common use is to show the dependency order of nodes in a directed acyclic graph. +> More information: . - Perform a topological sort consistent with a partial sort per line of input separated by blanks: