Sorting Arrays Practice
Sorting Arrays
Write your pseudocode for each sorting algorithm here:
Bubble sort:
Selection sort:
Insertion sort:
Tasks
Bubble sorting algorithm
- Implement the Bubble Sorting algorithm in MakeCode.
- Use our pseudocode as a start.
- Create a flowchart to visualize the steps.
- Remember to comment your code as you develop your project.
Reflection/Homework
These questions are to be answered on the second day of this lesson:
Why are sorting algorithms important?
What concepts did you use to code your sorting algorithm?
What was most challenging?
What surprised you most?