LeetCode
文章平均质量分 83
爱玩的凌风
爱编程,爱科学
展开
-
leetcode79——Word Search
Word Search /* Word Search Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those原创 2015-04-16 21:32:16 · 436 阅读 · 0 评论 -
LeetCode65——Valid Number
Validate if a given string is numeric. Some examples: "0" => true " 0.1 " => true "abc" => false "1 a" => false "2e10" => true Note: It is intended for the problem statement to be ambiguous.原创 2015-12-09 07:51:58 · 415 阅读 · 0 评论