随笔分类 -  数学

摘要:Rotate Image 题解 题目来源:https://leetcode.com/problems/rotate image/description/ Description You are given an n x n 2D matrix representing an image. Rotat 阅读全文
posted @ 2018-02-05 09:40 言何午 阅读(106) 评论(0) 推荐(0)
摘要:Plus One 题解 题目来源:https://leetcode.com/problems/plus one/description/ Description Given a non negative integer represented as a non empty array of digi 阅读全文
posted @ 2018-02-03 13:32 言何午 阅读(129) 评论(0) 推荐(0)
摘要:Sqrt(x) 题解 题目来源:https://leetcode.com/problems/sqrtx/description/ Description Implement . Compute and return the square root of x. x is guaranteed to b 阅读全文
posted @ 2018-02-02 13:19 言何午 阅读(118) 评论(0) 推荐(0)
摘要:Pow(x, n) 题解 题目来源:https://leetcode.com/problems/powx n/description/ Description Implement "pow(x, n)" . Example Example 1: Example 2: Solution 阅读全文
posted @ 2018-02-02 10:40 言何午 阅读(133) 评论(0) 推荐(0)
摘要:Add Two Numbers 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/add two numbers/description/ Description You are given two non empty linked lists repr 阅读全文
posted @ 2017-12-13 17:12 言何午 阅读(114) 评论(0) 推荐(0)