enum
is used to specify the type of Array.enum
is used to specify the desired sort algorithm:
BubbleSort - Indicates the Bubble Sort algorithm.
SelectionSort - Indicates the Selection Sort algorithm.
InsertionSort - Indicates the Insertion Sort algorithm.