摘要:
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
阅读(191)
评论(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
阅读(125)
评论(0)
推荐(0)
摘要:
Invert a binary tree. Example: Input: Output: 方法2:递归求解,简洁的让人觉得可怕,跑的还飞快,推荐食用👍 阅读全文
posted @ 2019-07-10 00:31
Swetchine
阅读(182)
评论(0)
推荐(0)