Bubble Sort

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

Explanation: The sorting algorithm that compares adjacent elements and swaps them if out of order. Inefficient for large lists due to 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