We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca4281 commit c3c5111Copy full SHA for c3c5111
Solution/1137. N-th Tribonacci Number/readme.md
@@ -1,7 +1,10 @@
1
+<!-- problem:start -->
2
+
3
+# [1137. N-th Tribonacci Number](https://leetcode.com/problems/n-th-tribonacci-number)
4
5
---
6
comments: true
7
difficulty: Easy
-edit_url: https://github.com/doocs/leetcode/edit/main/solution/1100-1199/1137.N-th%20Tribonacci%20Number/README_EN.md
8
rating: 1142
9
source: Weekly Contest 147 Q1
10
tags:
@@ -10,12 +13,6 @@ tags:
13
- Dynamic Programming
11
14
12
15
-<!-- problem:start -->
-
-# [1137. N-th Tribonacci Number](https://leetcode.com/problems/n-th-tribonacci-number)
16
17
-[中文文档](/solution/1100-1199/1137.N-th%20Tribonacci%20Number/README.md)
18
19
## Description
20
21
<!-- description:start -->
0 commit comments