Skip to content

feat: add fibonacci function with edge case handling - #8

Open
TIGER-CYBR-AI wants to merge 1 commit into
gougousongsong:mainfrom
TIGER-CYBR-AI:main
Open

feat: add fibonacci function with edge case handling#8
TIGER-CYBR-AI wants to merge 1 commit into
gougousongsong:mainfrom
TIGER-CYBR-AI:main

Conversation

@TIGER-CYBR-AI

Copy link
Copy Markdown

Implemented the fibonacci(n) function inside src/math_utils.py with full edge case handling (handling negative integers and non-integer inputs) using an efficient O(n) iterative approach. Fixes #1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add fibonacci function with edge case handling

1 participant