//! Test case wrappers for LeetCode problems. You should find it comfortable to
//! import this module, and call `use_cases` function of each submodule
//! accordingly.
//!
//! Please note some examples will not work if you import this repo as an
//! external crate.
////////////////////////////////////////////////////////////////////////////////
/// Test cases for problems #1 to #99.