Topic: Dynamic Programming Problem / Level: beginner

Problem: Compute the nth Tribonacci number where the sum of the last three numbers forms the next number.

Run the code to see the output here...