Selection Sort

Term side of the Card
Topic: Sorting Algorithms
Unit title: Selection Sort
Categories: Algorithm
Explanation side of the Card

Explanation: The sorting algorithm that repeatedly selects the smallest element from an unsorted list and places it in order. Simple but less efficient with O(n^2) complexity.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub