summaryrefslogtreecommitdiff
path: root/datastructures/stlTree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'datastructures/stlTree.cpp')
-rw-r--r--datastructures/stlTree.cpp2
1 files changed, 1 insertions, 1 deletions
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
+}