Describe the sorting pattern. Discuss the Merge sort routines in terms of this pattern.

What will be an ideal response?

```
Sort array
1)Get split point and Split two parts
2)Sort first part(recursive)
3)Sort second part (recursive)
4)Join sorted parts.
```

Computer Science & Information Technology

You might also like to view...

Match the following terms to their meanings:

I. Tags II. XML schema III. XML presentation files IV. XML V. HTML A. Defines the elements, entities, and content allowed in a document B. Allows the XML data to be viewed in a web browser C. Text and codes used in web pages to identify formatting D. A language used to display web pages E. The standard language for defining and storing data on the web

Computer Science & Information Technology

When the placeholder is selected, the border surrounding the placeholder is a:

A) red line. B) green line. C) dashed line. D) solid line.

Computer Science & Information Technology