2 citations · 2 across the 2 of their papers we have counts for
2 papers
cs.DS2012
Equivalence between Priority Queues and Sorting in External Memory
Zhewei Wei, Ke Yi
A priority queue is a fundamental data structure that maintains a dynamic ordered set of keys and supports the followig basic operations: insertion of a key, deletion of a key, and…
cs.DS2008★ 2 cited
Dynamic External Hashing: The Limit of Buffering
Zhewei Wei, Ke Yi, Qin Zhang
Hash tables are one of the most fundamental data structures in computer science, in both theory and practice. They are especially useful in external memory, where their query perfo…