From 1cbe65cd82fa4d9adeda37f5a125ac617cc2f066 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Tue, 13 Dec 2016 23:59:33 +0100 Subject: Small changes. --- graph/maxCarBiMatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graph/maxCarBiMatch.cpp') diff --git a/graph/maxCarBiMatch.cpp b/graph/maxCarBiMatch.cpp index 761b536..5e2314f 100644 --- a/graph/maxCarBiMatch.cpp +++ b/graph/maxCarBiMatch.cpp @@ -1,5 +1,5 @@ // Laufzeit: O(n*min(ans^2, |E|)) -vector< vector > adjlist; // Von links nach rechts. +vector> adjlist; // Von links nach rechts. vector pairs; // Der gematchte Knoten oder -1. vector visited; -- cgit v1.2.3