Skip to content

Fixed FibRoute#7

Open
nejail wants to merge 2 commits intomainfrom
fixFibRoute
Open

Fixed FibRoute#7
nejail wants to merge 2 commits intomainfrom
fixFibRoute

Conversation

@nejail
Copy link
Copy Markdown
Owner

@nejail nejail commented Aug 31, 2025

Fixed errors of fibRoute

Comment thread src/fib.ts
} else if (n === 1) {
return 1;
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but their is no need to use ===

Copy link
Copy Markdown
Collaborator

@fahadabd1 fahadabd1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall, the code should pass all the tests.

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.

2 participants