K
K
kate2018-07-03 20:40:24
C++ / C#
kate, 2018-07-03 20:40:24

How to start writing assignment?

The task itself: Enter 2 ordered arrays. Get an ordered array by merging 2 inputs and output it.
How to make one common from 2 arrays and then sort, and most likely using quick sort?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rsa97, 2018-07-03
@Rsa97

Merge sort

F
FD4A, 2018-07-03
@FD4A

To solve the problem, hit on the subtasks, your question actually already has everything:
1) Entering an array
2) Merging two arrays
3) Quick sorting algorithm
Each of the tasks is easily found in the search engine. It would be nice to have tests that will prove the correctness of solving problems.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question