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 c3c5111 commit 7ca2a62Copy full SHA for 7ca2a62
Solution/1137. N-th Tribonacci Number/readme.md
@@ -3,11 +3,11 @@
3
# [1137. N-th Tribonacci Number](https://leetcode.com/problems/n-th-tribonacci-number)
4
5
---
6
-comments: true
7
-difficulty: Easy
8
-rating: 1142
9
-source: Weekly Contest 147 Q1
10
-tags:
+- **comments**: true
+- **difficulty**: Easy
+- **rating**: 1142
+- **source**: Weekly Contest 147 Q1
+- **tags**:
11
- Memoization
12
- Math
13
- Dynamic Programming
0 commit comments