Crate leetcode_prelude

source ·

Macros

Create a binary tree with TreeNode
Generate code from leetcode json
Create a linked list with ListNode
Create a Vec

Structs

Definition for singly-linked list.
A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
A mutable memory location with dynamically checked borrow rules
Definition for a binary tree node.