Skip to content

Commit 118f6d4

Browse files
authored
Create About SS Algorithm
1 parent 5aeb314 commit 118f6d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Selection Sort/About SS Algorithm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Selection sort is a simple and efficient sorting algorithm that works by repeatedly selecting the smallest (or largest) element from the unsorted
2+
portion of the list and moving it to the sorted portion of the list.
3+
4+
- The algorithm repeatedly selects the smallest (or largest) element from the unsorted portion of the list and swaps it with the first element
5+
of the unsorted part. This process is repeated for the remaining unsorted portion until the entire list is sorted.

0 commit comments

Comments
 (0)