Challenge for Insertion Sort 1
Challenge
Given a sorted list with an unsorted number V in the right-most cell, can you write some simple code to insert V into the array so it remains sorted?
Please sign in or sign up to submit answers.
Alternatively, you can try out Learneroo before signing up.