From fc334bbfca2234f8d62225c43bb5b005ef3a2923 Mon Sep 17 00:00:00 2001 From: jdh <24016020834@stu.nsu.edu.cn> Date: Wed, 30 Apr 2025 14:08:35 +0800 Subject: [PATCH] Update binary_tree.c --- binary_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary_tree.c b/binary_tree.c index 94397ba..5057064 100644 --- a/binary_tree.c +++ b/binary_tree.c @@ -58,4 +58,4 @@ void traverse_tree(tree_node *roots) roots = queue[front]; front = (front+1) % 3; } -} +} \ No newline at end of file