Collections documentation could mention performance of BinaryHeap impl #47976
Labels
A-collections
Area: `std::collection`
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
P-medium
Medium priority
I can't seem to find anything similar to the docs outlined here for
BinaryHeap
so I'm left to assume it aligns with the usual bounds as mentioned on wikipedia. It would be good if that information was available either in the collection overview or in the docs for BinaryHeap itself.The text was updated successfully, but these errors were encountered: