Skip to content

Commit 10df81d

Browse files
Update README.md
1 parent c6376da commit 10df81d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,14 @@ AbstractShortestPathAlgorithm alg = SingleSourceShortPathFactory.newSingleSource
226226
AbstractGraphAlgorithm<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
238239
If you like it -> star or share it with others

0 commit comments

Comments
 (0)