Fast generic Heap data structure in Golang
-
Updated
Oct 18, 2022 - Go
Fast generic Heap data structure in Golang
Go的堆排序实现,提供线程安全和非安全的两个实现,API相比较于Go内置的堆更易使用,使用者不需要了解底层的堆知识即可使用,并且支持泛型不需要类型强转
Add a description, image, and links to the heapsort-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the heapsort-algorithm topic, visit your repo's landing page and select "manage topics."