The file name's patten is xxx_questionTitle.cpp which xxx is the index of question on leetcode.com.
For example, 111_MinimumDepthOfBinaryTree.cpp is the code of following link: http://leetcode.com/onlinejudge#question_111
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
The file name's patten is xxx_questionTitle.cpp which xxx is the index of question on leetcode.com.
For example, 111_MinimumDepthOfBinaryTree.cpp is the code of following link: http://leetcode.com/onlinejudge#question_111
My code for leetcode