摘要: You're given strings J representing the types of stones that are jewels, and S representing the stones you have. Each character in S is a type of ston 阅读全文
posted @ 2018-10-23 09:41 轻风舞动 阅读(571) 评论(0) 推荐(0) 编辑
摘要: On a 2x3 board, there are 5 tiles represented by the integers 1 through 5, and an empty square represented by 0. A move consists of choosing 0 and a 4 阅读全文
posted @ 2018-10-23 09:27 轻风舞动 阅读(937) 评论(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 @ 2018-10-23 09:00 轻风舞动 阅读(366) 评论(0) 推荐(0) 编辑