< Back

Lecture 5 - Introduction to ML


Esoteric "Today"

Activity

Write a function fun selectionSort a_list, which has the type: \[ int\mbox{ }list \rightarrow int\mbox{ }list \] And returns the sorted version of the list parameter using the selection sort algorithm.