Talk:Order disjoint list items

From Rosetta Code
Revision as of 02:20, 13 May 2014 by rosettacode>Ledrug (→‎Perl 6 entry: new section)

Inspiration

I thought "what if you ordered part of a list, not by indices as in Sort disjoint sublist, but by giving a list of items ..." --Paddy3118 (talk) 09:17, 4 May 2014 (UTC)

Perl 6 entry

I don't have the 2014 version of Rakudo, but can someone who does test how the Perl 6 code reacts to the input M = <X X Y> and N = <Y>? --02:20, 13 May 2014 (UTC)