What is the translation of " MERGE SORT " in Romanian?

[m3ːdʒ sɔːt]
[m3ːdʒ sɔːt]
merge sort

Examples of using Merge sort in English and their translations into Romanian

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
So that's Merge Sort in a picture.
Deci cam asta este Merge Sort, intr-o imagine.
So those are the reasons to start out with Merge Sort.
Acestea sunt deci motivele mele pentru a incepe cu Merge Sort.
So the Merge Sort is its purpose in life is to sort the given input array.
Deci scopul in viata al lui Merge Sort este sa sorteze un sir de numere.
So what is the computational problem that Merge Sort is meant to solve?
Care este problema pe care Merge Sort o rezolva?
So for example, Merge Sort was certainly known, to John Von Neumann all the way back in 1945.
De exemplu, Merge Sort ii era cunoscut lui John von Neumann in 1945.
We will see two examples when we look at merge sort and quick sort..
Vom vedea două exemple când ne uităm la îmbinare fel şi fel de rapid.
Now another reason I want to discuss Merge Sort is that our analysis of it will naturally segment discussion of how we analyze the algorithms in this course and in general.
Un alt motiv pentru care vreau sa discut Merge Sort este ca analiza acestuia va duce in mod natural discutia la modul in care se analizeaza algoritmii in acest curs si in general.
So hopefully, I don't know, it may not be easy the analysis of Merge Sort discussion.
Asa ca, nu stiu, poate discutia despre Merge Sort nu vi se va parea simpla.
Finally, we will do the analysis of Merge Sort using what's called as"Recursion-Tree" method.
In final, vom analiza Merge Sort folosind metoda"Recursion Tree".
Probably you know some number of sorting algorithms perhaps including Merge Sort itself.
Probabil stiti deja un numar de algoritmi, poate chiar si pe Merge Sort.
And I will leave it as an exercise which I encourage you to do, which is to think about how the Merge Sort algorithm implementation and analysis would be different, if at all, if there were ties.
O sa va las voua ca exercitiu sa va dati seama daca si cum ar fi afectat algoritmul Merge Sort de prezenta duplicatelor.
And we will do that by first of all reviewinga famous sorting algorithm, namely the Merge Sort algorithm.
Vom face asta mai intai prin analiza unui cunoscut algoritm de sortare,si anume algoritmul Merge Sort.
So in particular, when I describe the Merge Sort algorithm, you will notice that I'm not going to describe in a level of detail that you can just translate it line by line into a working program in some programming language.
In particular, cand voi descrie algoritmul Merge Sort veti observa ca nu voi intra in suficiente detalii cat sa il puteti converti linie cu linie intr-un limbaj de programare.
So the second reason that I wanna start out by talking about the Merge Sort algorithm, is to help you calibrate your preparation.
Iar al doilea motiv pentru care vreau sa incep prin a va vorbi despre algoritmul Merge Sort este sa ve ajut sa va autoevaluati pregatirea.
And Merge Sort is better than a lot of this sort of simpler, I would say obvious,sorting algorithms,… so for example, three other sorting algorithms that you may know about, but that I'm not going to discuss here.
Iar Merge Sort este mai bun decat multi dintre algoritmii de sortare simpli, evidenti… sa luam ca exemplu trei alte metode de care probabil ati auzit, dar pe care nu le voi discuta in detaliu.
So we will get a win,first sorting in Divide-and-Conquer, and Merge Sort is the algorithm that realizes that benefit.
In primul rand, sortarea folosind Divide and Conquer este deciin avantajul nostru, iar Merge Sort este algoritmul prin care vom realiza asta.
Merge sort algorithms typically require a time approximately proportional to N· log(N).[79] The base of the logarithm is not specified here, because the result only changes by a constant factor when another base is used.
Algoritmii merge-sort necesită de obicei un timp aproximativ proporțional cu N· log(N).[79] Baza logaritmului nu este specificată aici, pentru că schimbarea bazei ar modifica rezultatul s-numai printr-un factor constant, evoluția dependenței fiind cea de interes.
One, I haven't even putdown on the slide, which is like a number of the algorithms we will see,"Merge Sort" as an oldie but a goodie.
Primul, pe care nici nu l-am scris pe slide, este ca,la fel ca alti algoritmi pe care ii vom vedea, Merge Sort este"oldie but goodie"(vechi dar bun).
Again I just say this to jog your memory,these are simpler sorts than Merge Sort,… but all of them are worse in the sense that they're lack in performance in general, which scales with N^2,… and the input array has N elements, so they all have, in some sense, quadratic running time.
Din nou, am mentionat aceste metode doar pentru a vi le reaminti,ele sunt mai simple decat Merge Sort… dar toate sunt mai neperformante, in sensul ca necesita un nr de operatii N^2… pentru un sir cu N elemente, asa ca toate au, intr-un fel, timp de rulare 'patratic'.
And then giving a really fairly mathematically precise upper bound on exactly how many operations the Merge Sort algorithm requires to correctly sort an input array.
Iar dupa aceea vom oferi o limita de sus destul de precisa dpdv matematic a numarului de operatii necesare algoritmului Merge Sort pentru a ordona corect un sir de numere.
This algorithm requires, on average, log2(N) comparisons, where N is the list's length.[78]Similarly, the merge sort algorithm sorts an unsorted list by dividing the list into halves and sorting these first before merging the results.
Acest algoritm necesită, în medie, log2(N) comparații, unde N este lungimea listei.[78] Similar,algoritmul merge-sort sortează o listă nesortată prin împărțirea listei în jumătăți și sortarea acestora mai întâi, înainte de a comasa rezultatele.
Using AudioExpert can also improve, merge or sort music files… download now»».
Folosind AudioExpert poți de asemeni îmbunătăți, uni sau sorta fișiere muzicale… download now»».
Myriad variety of processing techniques- sorts, sort merges, hashing etc but all.
Varietate multitudine de tehnici de prelucrare- soiuri, sortare fuzionează, hashing, etc dar toate.
Results: 23, Time: 0.0332

Word-for-word translation

Top dictionary queries

English - Romanian