#
math-algorithms
Here are 3 public repositories matching this topic...
Projects in Java and Python from class assignments
graph-algorithms complexity dynamic-programming graph-traversal-algorithms exhaustive-search math-algorithms divide-and-conquer-algorithms np-complete-problems
-
Updated
Jun 17, 2022 - Java
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
Improve this page
Add a description, image, and links to the math-algorithms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the math-algorithms topic, visit your repo's landing page and select "manage topics."