Skip to content

Conversation

@yush-jiang
Copy link

No description provided.

姜雨生 added 2 commits April 27, 2019 11:31
//Finished
var res = -1
func findSecondMinimumValue(root *TreeNode) int {
min := minValue(root)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

没注释思路比较费解,不过 go 语言的缩进比较奇特😆

@GeekUniversity
Copy link
Contributor

代码文件命名规则:LeetCode_题目序号_学号,比如学号为 0 的学员完成 LeetCode 的第 2 题 后,请将代码文件名保存为 LeetCode_2_0.py (假设你使用的是 Python 语言)。

@sadcat
Copy link
Contributor

sadcat commented Apr 27, 2019

GoLand的.idea隐藏文件夹不用迁入的吧?

value,ok := collectionMap[sb[i]]
if !ok {
collectionMap[sb[i]] = 1
}else{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

else前后空一个格看起来会好点。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants