Answer:
top down approach
Explanation:
Top down approach is process of breaking down system into sub-system which helps in formulating the overall system. At the end every sub system can be refined with more details.
While bottom up approach is process of gathering systems to design large complex system.
Top down is better as basic information is present and resources can be utilized effectively without impacting maintennance and operations.
You’d be better off just searching robot parts on google
Answer:
Alphabetic character spacing based on the width of each letter in a font. ... Proportional spacing is commonly used for almost all text. In this encyclopedia, the default text is a proportional typeface, and tables are "monospaced," in which all characters have the same fixed width.
hope this answer helps u
pls mark me as brainlitest .-.
After the recursive sorting step, merge sort does not need to combine the sorted sub-arrays.
<h3>What is merge sort?</h3>
Merge sort is an efficient, general-purpose, comparison-based sorting algorithm in computer science.
Most implementations yield a stable sort, which means that the order of equal elements in the input and output is the same.
Merge Sort can be used to sort linked lists. Merge Sort is a stable sort, which means that the same element in an array retains its original position in relation to the others.
Thus, a merge sort does not need to combine the sorted sub-arrays after the recursive sorting step.
For more details regarding a merge sort, visit:
brainly.com/question/13152286?referrer=searchResults
#SPJ4