LAB TASK (Array2)
LAB TASK (Array2)
Steps:
2. Binary Search
Steps:
Steps:
2. Selection Sort
Steps:
1. Repeatedly select the smallest (or largest) element from the
unsorted region and move it to the sorted region.
3. Insertion Sort
Steps:
1. Take each element from the unsorted section and insert it into
the correct position in the sorted section.
2. Documentation:
Test results
Submission Requirements
Submit the source code for all implemented algorithms on Slate.