Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ analysis](http://en.wikipedia.org/wiki/Social_network_analysis) algorithms.
These algorithms are implemented on mathematical graphs using the
[JGraphT](https://github.com/jgrapht/jgrapht) library.

#### Currently supported
#### Currently supported -:

Augmented [BFS](http://en.wikipedia.org/wiki/Breadth-first_search),
[DFS](http://en.wikipedia.org/wiki/Depth-first_search) and
Expand All @@ -18,6 +18,6 @@ used to compute:
* [Strahler stream order](http://en.wikipedia.org/wiki/Strahler_number) (for
mathematical trees)

#### Graph types
#### Graph types -:
The underlying graph may be directed, edge-reversed or undirected, and edges may
or may not have weights.