1.61K subscribers
621 photos
1 file
993 links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
👍1
hello 😇
🔥5
https://leetcode.com/problems/n-th-tribonacci-number/description/

`n`th Tribonacci number f(n + 3) = f(n) + f(n + 1) + f(n + 2) #easy
👍2
👍2