C icon indicating copy to clipboard operation
C copied to clipboard

[OTHER]

Open shivamdroidoreo opened this issue 1 year ago • 1 comments

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

shivamdroidoreo avatar Oct 02 '24 10:10 shivamdroidoreo

can you provide more information for me to work on it

VyankateshRohokale avatar Oct 08 '24 21:10 VyankateshRohokale

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.

github-actions[bot] avatar Nov 08 '24 00:11 github-actions[bot]

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!

github-actions[bot] avatar Nov 15 '24 00:11 github-actions[bot]