answersLogoWhite

0

Who sorted the elements?

Updated: 12/20/2022
User Avatar

Wiki User

13y ago

Best Answer

Дми́трий Ива́нович Менделе́ев

Dmitri Ivanovich Mendeleev

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who sorted the elements?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is required in order to perform a binary search?

1. direct access to the elements 2. the elements are sorted


What is the best sorting technique for already sorted array?

If it is already sorted, the best is to leave the array as it is.If it is already sorted, the best is to leave the array as it is.If it is already sorted, the best is to leave the array as it is.If it is already sorted, the best is to leave the array as it is.


Insert in a sorted list?

Means to put a new item in the proper place in a sorted list.


A merge algorithm which will merge two sorted lists into one sorted list?

You have two options here.For the first you have to ask yourself, "Is my data continuously sorted by the list itself?" If you answered 'yes' then you can simply add all data from one list to the other and the combined list will be sorted.If you answered 'no' to the above question, then it means you have two lists which are currently sorted, but which may not remain that way if new elements are added to them.Let's look at some steps to merge all elements list1 and list2 into a separate list3. (We'll assume data is sorted from least to greatest).1) Start two index counters (one for each list) which point to the start of the list.2) Is the element at list1[index1] less than the element at list2[index2]?If so, add list1[index1] to the end of list3 and increment index1.If not, add list2[index2] to the end of list3 and increment index2.3) If either index has reached the end of its list, then add the remaining elements from the other list to list3 and we're done.4) Otherwise, go back to step 2.


How divide and conqure approach is used in merge sort?

The data to be sorted is broken into smaller and smaller chunks, then each individual chunk is sorted, then the chunks are merged together and sorted

Related questions

What are sorted sets in Java?

A sorted set is exactly what it sounds like: a Set implementation in which all elements are stored in a sorted order.To quote from the Java API, an object which implements the SortedSet interface isA Set that further provides a total ordering on its elements. The elements are ordered using their natural ordering, or by a Comparator typically provided at sorted set creation time.


What is required in order to perform a binary search?

1. direct access to the elements 2. the elements are sorted


What is a example of a array?

An ordered array is simply an array where all elements are in sorted order: int a[] = {3, 6, 9, 10, 15, 21}; // ordered array An array can either be initialised with ordered elements or the elements may be sorted after initialisation. When inserting new elements into an ordered array, the order must be maintained.


When binary search can't be implemented?

When the elements... ... are not sorted ... have different sizes ... are only sequentially accessible


What have the scientist sorted the elements into?

Metals, transition (spelling?) metals, non metals and the Noble Gases :)


How is mosley's basics for arranging the elements different from mendeleeve's?

Dmitri Mendeleev created and sorted the periodic table by atomic mass. When years later Mosley rearranged the table and sorted it by Atomic number.


Is there any precondition to apply binary search procedure?

Sure. You have to have direct access to the sorted elements. You cannot use it if the elements are unsorted, or you cannot access them directly (magnetic tape for example).


Simple c program for selection sort?

The Selection Sort definition is rather simple : find the largest number (element) in a list and move it to it's position in sorted form.You can perform selection sort like, smallest elements are in the beginning and largest element at the end.Now how this element arrange to it's exact position,We can do this by swapping elements at highest index and the process is continue till all the elements are sorted.


Into what 3 categories is paper sorted?

where and how is paper sorted? where and how is paper sorted?


How do you get sorted on harrypottercom?

You cannot get sorted on that website. However, you can be sorted on Pottermore.


What is the solid element with the lowest melting point?

With the exception of Helium all elements can be solids should the temperature and pressure be appropriate. Please see the related link for elements sorted in descending order of their melting points.


How do poorly sorted and well sorted sediments differ?

the well sorted is on the left & the poorly sorted is on the right .. It all depends on the arrangement and size of the rocks