File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -226,13 +226,14 @@ AbstractShortestPathAlgorithm alg = SingleSourceShortPathFactory.newSingleSource
226226AbstractGraphAlgorithm<AllPairsShortPathResult , IDirectedGraph > alg2 = AllPairsShortPathFactory . newAllPairsShortPath(graph, APSPAlgorithm . Johnson );```
227227```
228228#### 6. utilities
229- ``` java
230-
231-
232- ```
229+ a bunch of helper utilities can be found in the package ** ` com.hendrix.erdos.utils ` **
230+ * ** ` SVertexUtils.java ` ** - query vertex order information inside a graph
231+ * ** ` SEdgeUtils.java ` ** - query edge order information inside a graph
232+ * ** ` SMatrixUtils.java ` ** - compute the adjacency and incidence matrix of a graph
233+ * ** ` SGraphUtils.java ` ** - get a sorted list of the weighted edges in a graph
233234
234235### Contributions
235- contributions are most welcomed, please consult [ ` CONTRIBUTING.MD ` ] ( CONTRIBUTING.md )
236+ contributions are most welcomed, please consult [ ` CONTRIBUTING.md ` ] ( CONTRIBUTING.md )
236237
237238### License
238239If you like it -> star or share it with others
You can’t perform that action at this time.
0 commit comments