Sorting Algorithms: Bubble Sort
What is sorting?
In computer science, a sorting algorithm refers to arranging elements of a list in an order. They are sorted numerically (0-9), alphabetically (A-Z) or lexicographically (nuisance, nuke).
Example:
["A", "B", ..., "C"]
[0, 1, 2, 3, ...
maazk.hashnode.dev4 min read
Alfiya Siddique
Student studying Computer Science and learning Skills like Web Development, Designing and a lot more.
Well Explained ✨👏