mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 00:20:26 +03:00
Fixed link to the other Schwartz in documentation
This commit is contained in:
parent
51d907d961
commit
b22ce76be4
1 changed files with 2 additions and 2 deletions
|
@ -7619,7 +7619,7 @@ private void sortImpl(alias less, SwapStrategy ss, Range)(Range r)
|
||||||
Sorts a range using an algorithm akin to the $(WEB
|
Sorts a range using an algorithm akin to the $(WEB
|
||||||
wikipedia.org/wiki/Schwartzian_transform, Schwartzian transform), also
|
wikipedia.org/wiki/Schwartzian_transform, Schwartzian transform), also
|
||||||
known as the decorate-sort-undecorate pattern in Python and Lisp. (Not
|
known as the decorate-sort-undecorate pattern in Python and Lisp. (Not
|
||||||
to be confused with $(WEB youtube.com/watch?v=S25Zf8svHZQ, the other
|
to be confused with $(WEB youtube.com/watch?v=UHw6KXbvazs, the other
|
||||||
Schwartz).) This function is helpful when the sort comparison includes
|
Schwartz).) This function is helpful when the sort comparison includes
|
||||||
an expensive computation. The complexity is the same as that of the
|
an expensive computation. The complexity is the same as that of the
|
||||||
corresponding $(D sort), but $(D schwartzSort) evaluates $(D
|
corresponding $(D sort), but $(D schwartzSort) evaluates $(D
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue