From 90c000fb569c803ee656ee674230f6665c097dd5 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Sun, 2 Oct 2016 19:07:20 +0200 Subject: German comments for STL tree. --- datastructures/stlTree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datastructures/stlTree.cpp') diff --git a/datastructures/stlTree.cpp b/datastructures/stlTree.cpp index bdbeae3..a20b0dc 100644 --- a/datastructures/stlTree.cpp +++ b/datastructures/stlTree.cpp @@ -9,4 +9,4 @@ int main() { cout << *X.find_by_order(3) << endl; // => 8 cout << X.order_of_key(10) << endl; // => 4 = Nachfolger von 10 = minimales i, sodass X[i] >= 10 return 0; -} \ No newline at end of file +} -- cgit v1.2.3