返回顶部
摘要: You are given coins of different denominations and a total amount of money. Write a function to compute the number of combinations that make up that a 阅读全文
posted @ 2019-07-10 01:01 Swetchine 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Example 2: Example 3: 阅读全文
posted @ 2019-07-10 00:51 Swetchine 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Invert a binary tree. Example: Input: Output: 方法2:递归求解,简洁的让人觉得可怕,跑的还飞快,推荐食用👍 阅读全文
posted @ 2019-07-10 00:31 Swetchine 阅读(167) 评论(0) 推荐(0) 编辑