HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cdelahousse

no profile record

comments

cdelahousse
·5 bulan yang lalu·discuss
The developer recently had a home tour where you can see this software in use

https://www.youtube.com/watch?v=Wkzg8sNkm8Y
cdelahousse
·4 tahun yang lalu·discuss
Min-Max Heaps

Think of them as double ended priority queues. O(n) construction with O(lgN) mutations. Both the min and max elements are quick to get O(1).

The paper is short and the data structure is elegant. I read it a few years ago in uni and made me appreciate how greatly useful can be implemented very simply.

https://dl.acm.org/doi/pdf/10.1145/6617.6621