Closed vil02 closed 2 months ago
note: fixes memory issue in
timsort
There are no dynamic allocations in this file?
note: fixes memory issue in
timsort
There are no dynamic allocations in this file?
But they are cleaned afterwards: https://github.com/TheAlgorithms/C-Plus-Plus/blob/b6108e494dbd9ef05926fc5e8bc7f60147445ecb/sorting/tim_sort.cpp#L60
I see thank you for the clarification 🙂
Description of Change
tim_sport
has a stack buffer underflow. This PR fixes it and runsclang-format
on this file.Checklist
Notes: Fixes memory issue in
tim_sport
.