This project implements two methods for calculating Oddonacci numbers using Java: a linear tail-recursive approach and a multiple recursive approach. These methods are implemented to study their performance in terms of execution time and efficiency.
java algorithm programming mathematics recursion math-functions number-sequences algorithm-design sequence-generation math-algorithms coding-practice computational-math oddonacci-sequence sequence-calculation fibonacci-variant
- Updated
Aug 15, 2024 - Java