摘要: Implement the StreamChecker class as follows: StreamChecker(words): Constructor, init the data structure with the given words. query(letter): returns 阅读全文
posted @ 2020-09-02 13:52 fatttcat 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Given an array of 4 digits, return the largest 24 hour time that can be made. The smallest 24 hour time is 00:00, and the largest is 23:59. Starting f 阅读全文
posted @ 2020-09-02 13:42 fatttcat 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Given a root node reference of a BST and a key, delete the node with the given key in the BST. Return the root node reference (possibly updated) of th 阅读全文
posted @ 2020-09-02 12:50 fatttcat 阅读(222) 评论(0) 推荐(0) 编辑