iamantony / CppNotes

My notes about C++
MIT License
1 stars 3 forks source link

Fix MergeSort #23

Closed iamantony closed 6 years ago

iamantony commented 6 years ago

Current implementation of MergeSort requires at least 2n additional space. We need to achive n additional space.

iamantony commented 6 years ago

Fixed in 89cac515b4a8cf9a1126ec73dae4254cd8693016