Module leetcode_rust::common

source ·
Expand description

Common Contents

This module provide common structs, enums and functions used in solutions, test cases, test suites.

公共内容

此模块提供用于解法、测试用例、测试程序使用的公共 Struct、Enum 和函数。

Structs

Test case wrapper struct
A easy to use test case collection struct that also provide functions for simple test case creation.