Word Explorer

Bubble sort

💡 Words with a Similar Meaning to "Bubble sort"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
library sortnoun(computing theory) A form of insertion sort that leaves gaps between elements to accelerate subsequent insertions.
bogosortnoun(computing theory, informal) An intentionally poor sorting algorithm that operates by randomly permuting the elements repeatedly until they happen to fall into the correct order.
shellsortnoun(computing theory) A sorting algorithm that starts by sorting pairs of elements that are far apart from each other, then progressively reduces the gap between elements to be compared.
merge sortnoun(computing) Synonym of mergesort.
insertion sortnoun(computer science) A sorting algorithm that performs its task by inserting new items into a pre-existing sorted data structure.
quicksortnoun(computing) A sorting algorithm that operates by recursively partitioning the items to be sorted into two sets.
sortnounA general type.
sorternounA machine or algorithm that performs sorting.
heapsortnoun(computing) A sorting algorithm based on the heap data structure.
gnome sortnoun(computing theory) A variation of the insertion sort that does not use nested loops.
spaghetti sortnoun(computing theory) A linear-time algorithm for sorting a sequence of items, analogous to standing a number of strands of spaghetti of different lengths upright on a surface and noting the order in which they are encountered when lowering one's hand from above.
alphasortnounThe process of sorting in alphabetical order, especially when performed in an automated fashion.
timsortnoun(computing theory) A sorting algorithm derived from mergesort and insertion sort, designed to perform well on many kinds of real-world data.
bit shiftnoun(computing) A bitwise operation in which the bits in a value are shifted left or right.
sortationnoun(countable) A process or instance of sorting.
quickselectnoun(computing) A sorting algorithm related to quicksort, but with limited recursion.
skip listnoun(computing theory) A probabilistic data structure that allows fast search within an ordered sequence of elements by maintaining a linked hierarchy of subsequences, with each successive subsequence skipping over fewer elements than the previous one.
auto-shufflenoun(computing) A feature that automatically randomly reorders something, such as tracks in a playlist or the cards held in a game.
splay treenoun(computing theory) A self-balancing binary search tree with the additional property that recently accessed elements are quick to access again.
bank switchingnoun(computing) A method to increase the usable memory beyond what the processor normally supports by switching between different areas of memory ("banks") at runtime.

Translate “Bubble sort” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Bubble sort