Docs.rs
leetcode-test-utils-0.0.7
leetcode-test-utils 0.0.7
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
caoweinian
Dependencies
Versions
92.45%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
leetcode_
test_
utils
0.0.7
All Items
Crate Items
Modules
Macros
Crate
leetcode_test_utils
Copy item path
Source
Expand description
Testing & asserting & case-generating solutions for leetcode.
Modules
§
tree
Leetcode binary tree operations.
Macros
§
btree
Construct a binary tree using the leetcode sequence format, excluding the square brackets.
new_
child
Rapidly create left & right children of the given node.
new_
left
Rapidly create a left child of the given node.
new_
right
Rapidly create a right child of the given node.