[][src]Crate leetcode_prelude

Re-exports

pub use leetcode_test::leetcode_test;

Macros

assert_eq_sorted
btree

Create a binary tree with TreeNode

linkedlist

Create a linked list with ListNode

vec_string

Create a Vec

Structs

ListNode

Definition for singly-linked list.

TreeNode

Definition for a binary tree node.