Question: For this assignment you will create a stand-alone function, sort, that takes an UList parameter and sorts it using the Selection Sort algorithm. This sort
For this assignment you will create a stand-alone function, sort, that takes an UList
UList
#items: vector
+UList(size_t=10)
+insert(const T&): void
+erase(const T&): bool
+find(const T&) const: bool
+size() const: size_t
+empty() const: bool
+friend operator << (ostream&, const UList&): ostream&
+friend sort (UList&): void
Submit sortSS.h and UList.hprior to the due date/time using the following form:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
