CPSC 425 A
Location
Trexler 363
Times
MWF 8:30 - 9:30
Office Hours
M-Th 6 - 7pm
Office
Trexler 365B
Email
chssmith AT roanoke DOT edu
Home
Syllabus
Lectures
Assignments
Links
Emacs Reference
Coding Conventions
Grading Rubric
MCSP Conversation Series
< Back
Lecture 5 - Introduction to ML
Esoteric "Today"
Real Fast Nora's Hair Salon 3: Shear Disaster Download
var'aq
TrumpScript
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.