Talk:Merge algorithm: Difference between revisions

Content deleted Content added
possible small typo in parallel merge
Line 138:
 
{{reflist_talk}}
 
should not it be a s+1 there? (the lower line beneath):
in parallel do
merge(A[i...r], B[k...s], C[p...t])
merge(A[r+1...j], B[s...ℓ], C[t+1...q])