Skip to content

Commit 25f0e6f

Browse files
committed
README edits
1 parent 4e13322 commit 25f0e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Most competitive programmers use C/C++ because it allows for fast coding as well
1111

1212
## Programming Language Advocacy
1313

14-
My other goal is to show the world that C++ kinda sucks, and that *it doesn't have to be that way*. Rather than trying to persuade you with words, this repository aims to show by example.
14+
My other goal is to show the world that C++ and Java kinda suck, and that *it doesn't have to be this way*. Rather than trying to persuade you with words, this repository aims to show by example.
1515

1616
## Contents
1717

1818
- [Basic graph representations](src/graph/mod.rs): adjacency lists, minimum spanning tree, Euler path, disjoint set union
19-
- [Network flows](src/graph/flow.rs): Dinic's blocking flow, min cost max flow, bipartite matching
19+
- [Network flows](src/graph/flow.rs): Dinic's blocking flow, Hopcroft-Karp bipartite matching, min cost max flow
2020
- [Connected components](src/graph/connectivity.rs): 2-edge-, 2-vertex- and strongly connected components, topological sort, 2-SAT
2121
- [Associative range query](src/arq_tree.rs): known colloquially as *segtrees*
2222
- [Math](src/math.rs): Euclid's GCD algorithm, Bezout's identity

0 commit comments

Comments
 (0)