Bubble sort

id: bubble-sort-164-18669814
title: Bubble sort
text: Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the input list element by element, comparing the current element with the one after it, swapping their values if needed. These passes through the list are repeated until no swaps have to be performed during a pass, meaning that the list has become fully sorted. The algorithm, which is a comparison sort, is named for the way the larger elements "bubble" up to the top of the list. This s
brand slug: wiki
category slug: encyclopedia
description: Simple comparison sorting algorithm
original url: https://en.wikipedia.org/wiki/Bubble_sort
date created: 2001-10-29T20:21:51Z
date modified: 2024-08-29T02:55:42Z
main entity: {"identifier":"Q60864","url":"https://www.wikidata.org/entity/Q60864"}
image: {"content_url":"https://upload.wikimedia.org/wikipedia/commons/8/83/Bubblesort-edited-color.svg","width":512,"height":427}
fields total: 13
integrity: 16

Related Entries

Explore Next Part