diff --git a/collections/mod.ts b/collections/mod.ts index 9d7dd28f1956..0f4d20b51243 100644 --- a/collections/mod.ts +++ b/collections/mod.ts @@ -76,3 +76,5 @@ export * from "./reduce_groups.ts"; export * from "./sample.ts"; export * from "./running_reduce.ts"; export * from "./binary_heap.ts"; +export * from "./binary_search_tree.ts"; +export * from "./red_black_tree.ts";