topological-sort 1.0.1

An implementation of topological sorting in D programming language


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

topological-sort-d

Dub version Dub downloads License

Description

Perform topological sorting.

Usage

import topologicalsort;

auto verticesList = [[0, 1], [0, 2], [2, 3], [1, 3]];
auto result = verticesList.topologicalSort; // [0, 1, 2, 3]
Authors:
  • tanitta
Dependencies:
none
Versions:
1.0.1 2017-Sep-05
1.0.0 2017-Jul-19
~master 2017-Sep-05
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 13 downloads total

Score:
0.3
Short URL:
topological-sort.dub.pm