Discover Packages
gitlab.com/luyang93/The-Go-Programming-Language
ch05
ex10
command
Version:
v0.0.0-...-6fe4f4e
Opens a new window with list of versions in this module.
Published: May 11, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Exercise 5.10 (P140)
Rewrite topoSort to use maps instead of slices and eliminate the initial sort.
Verify that the results, though nondeterministic, are valid topological orderings.
Expand ▾
Collapse ▴
Documentation
¶
The toposort program prints the nodes of a DAG in topological order.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.