in reply to Re: Fastest way to sort a list of integers into 0,1,2,3,-3,-2,-1
in thread Fastest way to sort a list of integers into 0,1,2,3,-3,-2,-1
Would this work if
1) There is no 0 in the list ?
2) There are several 0, Would it pick the correct (earliest) one ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Fastest way to sort a list of integers into 0,1,2,3,-3,-2,-1
by swl (Prior) on Feb 06, 2019 at 23:58 UTC | |
by swl (Prior) on Feb 07, 2019 at 00:53 UTC |