Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.37.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 01:46

Release Notes:

  • Add new destructive heap sort to ccc_flat_priority_queue interface that destroys the heap returning its underlying ccc_buffer as a sorted array.
    • O(N * log(N)) strict runtime.
    • O(1) space.
    • No copies or movement of underlying data (in-place).
    • No recursion.