This commit is contained in:
Jeehoon Kang
2023-06-18 19:11:19 +00:00
parent 214ca0e629
commit fb20db98cd
6 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ pub enum Node<T> {
///
/// For example, the result of preorder traversal for the following tree
///
/// ```ignore
/// ```text
/// 1
/// /|\
/// 2 3 4