Add stubs for other queues
This commit is contained in:
parent
6e91aef421
commit
6878652583
7 changed files with 38 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use pyority_queue::backing::pure::{binary_heap::BinaryHeap, PureBacking};
|
||||
use pyority_queue::backing::pure::{BinaryHeap, PureBacking};
|
||||
|
||||
#[test]
|
||||
fn test_pure_binary_heap_manual_creation() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue