摘要: Given a string containing just the characters '(' and ')', return the length of the longest valid (well-formed) parentheses substring. Example 1: Inpu 阅读全文
posted @ 2015-04-14 14:02 Grandyang 阅读(28948) 评论(10) 推荐(1) 编辑
摘要: Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string is valid if: 阅读全文
posted @ 2015-04-14 12:53 Grandyang 阅读(26937) 评论(0) 推荐(1) 编辑
摘要: Given the disparity d and 2D point (x, y) , we can derive the 3D depth using the 4-by-4 reprojection matrix Q as follows:The reprojection matrix Q is ... 阅读全文
posted @ 2015-04-14 06:01 Grandyang 阅读(991) 评论(0) 推荐(0) 编辑
Fork me on GitHub