We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67460c6 commit 288efbcCopy full SHA for 288efbc
docs/Sorters.md
@@ -179,8 +179,8 @@ This sorter also has the following dedicated algorithms when used together with
179
180
| Container | Best | Average | Worst | Memory | Stable |
181
| ------------------- | ----------- | ----------- | ----------- | ----------- | ----------- |
182
-| `std::list` | n | n log n | n log n | sqrt n | No |
183
-| `std::forward_list` | n | n log n | n log n | sqrt n | No |
+| `std::list` | n | n log n | n log n | n | No |
+| `std::forward_list` | n | n log n | n log n | n | No |
184
185
None of the container-aware algorithms invalidates iterators.
186
0 commit comments