|
|
|
|
|
by TeMPOraL
2458 days ago
|
|
My first chance ever to be that guy! My solution: curl "https://unawaz.github.io/stochastic-hill-climbing/tasks/" \
| awk '{ print length, $0 }' \
| sort -n -s \
| sed 's/<li>//' \
| (tail -n +11 | head; tail)
Updated to remove noise. |
|