mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 15:10:46 +03:00
std.algorithm.sorting: Remove dead YouTube link from schwartzSort DDoc
IIRC, this was some sort of joke.
This commit is contained in:
parent
693bf111bd
commit
ddec2b8c7b
1 changed files with 2 additions and 3 deletions
|
@ -1866,9 +1866,8 @@ unittest
|
|||
/**
|
||||
Sorts a range using an algorithm akin to the $(WEB
|
||||
wikipedia.org/wiki/Schwartzian_transform, Schwartzian transform), also
|
||||
known as the decorate-sort-undecorate pattern in Python and Lisp. (Not
|
||||
to be confused with $(WEB youtube.com/watch?v=UHw6KXbvazs, the other
|
||||
Schwartz).) This function is helpful when the sort comparison includes
|
||||
known as the decorate-sort-undecorate pattern in Python and Lisp.
|
||||
This function is helpful when the sort comparison includes
|
||||
an expensive computation. The complexity is the same as that of the
|
||||
corresponding $(D sort), but $(D schwartzSort) evaluates $(D
|
||||
transform) only $(D r.length) times (less than half when compared to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue