Guest User

Untitled

a guest
Feb 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (count > size_of_input / 2) {
  2. return maj1;
  3. }
  4.  
  5. else if (count2 > size_of_input/2){
  6. return maj2;
  7. }
  8. else return -1;
  9. }
  10.  
  11. printf("%d",merge_sort(&input[0], 0, 24));
Add Comment
Please, Sign In to add comment