Skip to content

Commit 9b12ee2

Browse files
authored
Update minimum-absolute-difference-in-bst.py
1 parent 240e896 commit 9b12ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Algorithms/Minimum Absolute Difference in BST/minimum-absolute-difference-in-bst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Source : https://leetcode.com/problems/minimum-absolute-difference-in-bst/?tab=Description
22
# Author : Han Zichi
3-
# Date : 2016-03-01
3+
# Date : 2017-03-01
44

55
# Definition for a binary tree node.
66
# class TreeNode(object):

0 commit comments

Comments
 (0)