diff options
Diffstat (limited to 'datastructures')
| -rw-r--r-- | datastructures/stlTree.cpp | 2 |
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 +} |
