摘要: 原题链接在这里:https://leetcode.com/problems/valid-tic-tac-toe-state/ 题目: A Tic-Tac-Toe board is given as a string array board. Return True if and only if it 阅读全文
posted @ 2019-12-27 09:25 Dylan_Java_NYC 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/design-search-autocomplete-system/ 题目: Design a search autocomplete system for a search engine. Users may input 阅读全文
posted @ 2019-12-27 07:59 Dylan_Java_NYC 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/longest-absolute-file-path/ 题目: Suppose we abstract our file system by a string in the following manner: The str 阅读全文
posted @ 2019-12-27 06:29 Dylan_Java_NYC 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/rotated-digits/ 题目: X is a good number if after rotating each digit individually by 180 degrees, we get a valid 阅读全文
posted @ 2019-12-27 05:25 Dylan_Java_NYC 阅读(177) 评论(0) 推荐(0) 编辑