摘要: 题目如下: Given a binary tree root and an integer target, delete all the leaf nodes with value target. Note that once you delete a leaf node with value ta 阅读全文
posted @ 2020-01-20 14:52 seyjs 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given a string s. Return all the words vertically in the same order in which they appear in s.Words are returned as a list of strings, complete 阅读全文
posted @ 2020-01-20 14:10 seyjs 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given a positive integer num consisting only of digits 6 and 9. Return the maximum number you can get by changing at most one digit (6 becomes 9 阅读全文
posted @ 2020-01-20 14:04 seyjs 阅读(393) 评论(0) 推荐(0) 编辑