From 28cdda31d75569235f1456972be38d08e34c83e1 Mon Sep 17 00:00:00 2001 From: Openset Date: Fri, 11 Jan 2019 18:52:05 +0800 Subject: [PATCH] Add: Fibonacci Number --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca18417b8..048396455 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ LeetCode Problems' Solutions | 515 | [Find Largest Value in Each Tree Row](https://leetcode.com/problems/find-largest-value-in-each-tree-row "在每个树行中找最大值") | [Go](https://github.com/openset/leetcode/tree/master/problems/find-largest-value-in-each-tree-row) | Medium | | 514 | [Freedom Trail](https://leetcode.com/problems/freedom-trail "自由之路") | [Go](https://github.com/openset/leetcode/tree/master/problems/freedom-trail) | Hard | | 513 | [Find Bottom Left Tree Value](https://leetcode.com/problems/find-bottom-left-tree-value "找树左下角的值") | [Go](https://github.com/openset/leetcode/tree/master/problems/find-bottom-left-tree-value) | Medium | +| 509 | [Fibonacci Number](https://leetcode.com/problems/fibonacci-number "斐波那契数") | [Go](https://github.com/openset/leetcode/tree/master/problems/fibonacci-number) | Easy | | 508 | [Most Frequent Subtree Sum](https://leetcode.com/problems/most-frequent-subtree-sum "出现次数最多的子树元素和") | [Go](https://github.com/openset/leetcode/tree/master/problems/most-frequent-subtree-sum) | Medium | | 507 | [Perfect Number](https://leetcode.com/problems/perfect-number "完美数") | [Go](https://github.com/openset/leetcode/tree/master/problems/perfect-number) | Easy | | 506 | [Relative Ranks](https://leetcode.com/problems/relative-ranks "相对名次") | [Go](https://github.com/openset/leetcode/tree/master/problems/relative-ranks) | Easy |