[OTHER]
What would you like to share?
Potential Improvements: Loop Start Index: In the loop, i starts from 0 and runs for n - 2 iterations. This works but can be slightly optimized by starting the loop from i = 3 and running until i <= n. This way, the loop becomes more intuitive as it directly matches the Tribonacci sequence progression.
Variable Naming: nextT could be renamed to something more descriptive, like nextTerm, to indicate that it is the next Tribonacci number.
Additional information
No response
can you provide more information for me to work on it
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!