Bookmarks
Concepts
Activity
Courses
Learning Plans
Courses
Request
Log In
Sign up
New Course
Concept
Selection Sort
Selection sort
is a simple
comparison-based sorting algorithm
that divides the
input list
into a sorted and an un
sorted region
, and iteratively selects the smallest (or largest) element from the un
sorted region
to move to the end of the
sorted region
. It is known for its simplicity but is
inefficient on large lists
, with a
time complexity
of O(n^2), making it less suitable for
large datasets
compared to more
advanced algorithms
.
Relevant Degrees
Programming and Computer Programs 70%
Computational Mathematics 30%
Generate Assignment Link
Lessons
Concepts
Suggested Topics
Foundational Courses
Learning Plan
Log in to see lessons
Log In
Sign up
3