Skip to content

Commit b038047

Browse files
committed
chore(solutions): change to 0501
1 parent ffa5126 commit b038047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/0500-0599/0501-find-mode-in-binary-search-tree-easy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Author: @wingkwong | https://leetcode.com/problems/find-mode-in-bi
33
tags: [Tree, Depth-First Search, Binary Search Tree, Binary Tree]
44
---
55

6-
# 501 - Find Mode in Binary Search Tree (Easy)
6+
# 0501 - Find Mode in Binary Search Tree (Easy)
77

88
## Problem Link
99

0 commit comments

Comments
 (0)