Module leetcode_trees_rs::prelude

source ·
Expand description

Contains re-exports for all the important structs.

Structs§

  • Common DSA Re-exports A hash map implemented with quadratic probing and SIMD lookup.
  • Common DSA Re-exports A hash set implemented as a HashMap where the value is ().
  • Common DSA Re-exports A double-ended queue implemented with a growable ring buffer.

Type Aliases§

  • The crate level used result type.