News

1 IF x[i] LT x[min] THEN min = i END IF NEXT i IF min NE pass THEN EXCHANGE x[min], x[pass] END IF NEXT pass END Because this algorithm consists of two nested loops, you might think that its ...
The number of loops that can be nested may be limited by the programming language. See loop. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction requires permission.