Processing math: 100%
< Back

Lecture 5 - Introduction to ML


Esoteric "Today"

Activity

Write a function fun selectionSort a_list, which has the type: int listint list And returns the sorted version of the list parameter using the selection sort algorithm.