bubble sort - перевод на голландский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

bubble sort - перевод на голландский


bubble sort         
  • An example of bubble sort. Starting from the beginning of the list, compare every adjacent pair, swap their position if they are not in the right order (the latter one is smaller than the former one). After each [[iteration]], one less element (the last one) is needed to be compared until there are no more elements left to be compared.
  • Bubble sort. The list was plotted in a Cartesian coordinate system, with each point (''x'', ''y'') indicating that the value ''y'' is stored at index ''x''. Then the list would be sorted by bubble sort according to every pixel's value. Note that the largest end gets sorted first, with smaller elements taking longer to move to their correct positions.
SIMPLE SORTING ALGORITHM
Bubble sort/C; Bubblesort; Worst case bubble sort; Bubble sort algorithm; BubbleSort; Sinking sort; Sink sort; Bubble Sort
classificatiesoort waarbij bij iedere poging een getal op zijn plaats springt (0(N^2)
bubble memory         
  • Bubble memory driver coils/windings/field coils and guides (T bar guides in this case); the guides or propagation elements, are on top of a magnetic film, which is on top of a substrate chip. This is mounted to a PCB (not shown) and then surrounded by two windings.
TYPE OF NON-VOLATILE COMPUTER MEMORY
Magnetic bubble memory; Magnet bubble memory; GGGQEP
magnetisch computergeheugen opgebouwd uit kleine eenheden, toetredingssnelheid is groot en vermogen informatie op te slaan is groot)
soap bubbles         
  • F}}
  • Soap bubbles can easily merge
  • Girl blowing bubbles
  • A single light soap bubble photograph taken under macro photography
  • Professional 'bubbleologist' at the 2009 [[Strawberry Fair]] in [[Cambridge]], UK
  • Slow motion video of soap bubbles being formed by a bubble wand
  • Many bubbles make a [[foam]]
  • Soap bubbles in downtown Budapest
  • A single soap bubble displaying three layers
THIN FILM OF SOAPY WATER ENCLOSING AIR
Bubble solution; Bubble wand; Bubble blower; Soap sud; Membrane bubble; Bubble liquid; Soap bubbles
zeepbellen

Определение

bubble sort
A sorting technique in which pairs of adjacent values in the list to be sorted are compared and interchanged if they are out of order; thus, list entries "bubble upward" in the list until they bump into one with a lower sort value. Because it is not very good relative to other methods and is the one typically stumbled on by naive and untutored programmers, hackers consider it the canonical example of a naive algorithm. The canonical example of a really *bad* algorithm is bogo-sort. A bubble sort might be used out of ignorance, but any use of bogo-sort could issue only from brain damage or willful perversity. [Jargon File]

Википедия

Bubble sort