This test is run by guest.
Note that your final mark will not be saved in the system.

Fundamentals of Algorithms Reorder

Target Level
4-5
Running Total
0
0%
Attempt
1 of 3

Drag and drop the boxes into the correct order.



  • Repeat the check and swap steps until the whole list is checked without any swaps being made.
  • The array is now ordered and the algorithm can stop.
  • Is next number < current number?
  • Move to next number in array; make this the current number
  • If True, swap next number with current number
  • Examine first number in array
  • Compare with this with next number
  • Repeat the comparison between current number and the next number

This is your 1st attempt! The marking algorithm gives more marks for getting the right order first time.

Pass Mark
70%