how can i sort one array with 2 child using fork() in c
Posted
by emrah sari
on Stack Overflow
See other posts from Stack Overflow
or by emrah sari
Published on 2010-03-29T17:56:54Z
Indexed on
2010/03/29
18:03 UTC
Read the original article
Hit count: 195
example some array {2,8,9,10,21,32,1,6,3...} first child take (data size / 2) and sort second chile take (data size / 2) and sort after combine 2 child data and give us a sorted full data, is it possible with some algorithms?
© Stack Overflow or respective owner