Skip to content

Commit 3708c08

Browse files
committed
remove java related comment
1 parent 5cb6fc8 commit 3708c08

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

cmd/kosaraju-scc/main.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/******************************************************************************
22
* Execution: go run cmd/kosaraju-scc/main.go filename.txt
3-
* Dependencies: Digraph.java TransitiveClosure.java StdOut.java In.java
43
* Data files: https://algs4.cs.princeton.edu/42digraph/tinyDG.txt
54
* https://algs4.cs.princeton.edu/42digraph/mediumDG.txt
65
* https://algs4.cs.princeton.edu/42digraph/largeDG.txt

cmd/topological/main.go

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/******************************************************************************
22
* Execution: go run cmd/topological/main.go filename.txt delimiter
3-
* Dependencies: Digraph.java DepthFirstOrder.java DirectedCycle.java
4-
* EdgeWeightedDigraph.java EdgeWeightedDirectedCycle.java
5-
* SymbolDigraph.java
63
* Data files: https://algs4.cs.princeton.edu/42digraph/jobs.txt
74
*
85
* Compute topological ordering of a DAG or edge-weighted DAG.

0 commit comments

Comments
 (0)