in reply to Re: (Golf) Dependency List Prioritization
in thread (Golf) Dependency List Prioritization
I think i'm getting the hang of this. Here's 90:
sub f{%h=@_;for(values %h){for(@$_){$h{$_}||=[]}} sort{(grep /^$b$/,@{$h{$a}})?1:-1}keys%h}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 3: (Golf) Dependency List Prioritization
by tilly (Archbishop) on Mar 15, 2002 at 15:50 UTC | |
|
Re: Re: Re: (Golf) Dependency List Prioritization
by Sidhekin (Priest) on Mar 15, 2002 at 15:16 UTC | |
|
Re: Re: Re: (Golf) Dependency List Prioritization
by Juerd (Abbot) on Mar 15, 2002 at 15:00 UTC | |
by tilly (Archbishop) on Mar 15, 2002 at 15:42 UTC | |
by Juerd (Abbot) on Mar 15, 2002 at 15:45 UTC |