My mergesort program doesnt work if i change the \ 2 to >>1
in the following line
why? it works in C is there some other goofy notation for it?
MergeSort(Array, lower, (lower + upper) \ 2)
thanx abcdefg
Printable View
My mergesort program doesnt work if i change the \ 2 to >>1
in the following line
why? it works in C is there some other goofy notation for it?
MergeSort(Array, lower, (lower + upper) \ 2)
thanx abcdefg