Skip to content

Instantly share code, notes, and snippets.

@deklanowski
deklanowski / DependencySorter.java
Created July 18, 2017 10:58
BFS topological sort with depth/level tracking.
package org.deklanowski.karaf.commands.dependency.internal;
import com.google.common.base.Preconditions;
import com.google.common.graph.*;
import com.google.common.graph.Graph;
import java.util.*;
/**
* This uses a BFS topological sort with graph depth tracking to sort dependencies into