# Functions
BubbleSort sorts and array using bubble sort bubble sort makes sure that in ith iteration the ith biggest number is at its position.
No description provided by the author
No description provided by the author
SelectionSort sorts a given array using selection sort.