Skip to content

Commit 65fc1e8

Browse files
authored
Merge pull request phishman3579#30 from mciancia/master
Changes section name to "Graphs", adds Push-relabel to readme
2 parents f7fd516 + b3425d2 commit 65fc1e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This is a collection of algorithms and data structures which I've implement over
106106
+ absolute value
107107
+ polar value
108108

109-
## Path
109+
## Graphs
110110
* Find shortest path(s) in a Graph from a starting Vertex
111111
- Dijkstra's algorithm (non-negative weight graphs)
112112
- Bellman-Ford algorithm (negative and positive weight graphs)
@@ -120,6 +120,8 @@ This is a collection of algorithms and data structures which I've implement over
120120
- Depth first search while keeping track of visited Verticies
121121
* Topological sort
122122
* A* path finding algorithm
123+
* Maximum flow
124+
- Push-Relabel
123125

124126
## Search
125127
* Get index of value in array

0 commit comments

Comments
 (0)