MKMaaz Khaninmaazk.hashnode.dev·Aug 31, 2023 · 4 min readSorting Algorithms: Bubble SortWhat 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, ...01A