in reply to swapping elements efficiently (boo)
in thread bubble sort problems
to:($date[$n], $date[$n2])=($date[$n2], $date[$n]);
@date[$n, $n2] = @date[$n2, $n];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: swapping elements efficiently (boo)
by boo_radley (Parson) on Jul 12, 2001 at 20:31 UTC |