Saloni6111 / DSA_Problems-Hacktoberfest-2024

Solve given DSA problems here for hactoberfest.
7 stars 12 forks source link

Print Fibonacci Sequence #20

Open Saloni6111 opened 1 day ago

Saloni6111 commented 1 day ago

Implement a function that prints the first n numbers in the Fibonacci sequence, where n is a positive integer provided as input.

For example, for n = 5, the output should be 0, 1, 1, 2, 3.

raxvab commented 1 day ago

Hi @Saloni6111 Can you please assign it to me Here's my leetcode:-https://leetcode.com/u/whyybhav/

since this is my first time participating hence I'm learning how to contribute and stuff.

Saloni6111 commented 1 day ago

Hi @Saloni6111 Can you please assign it to me Here's my leetcode:-https://leetcode.com/u/whyybhav/

since this is my first time participating hence I'm learning how to contribute and stuff.

@raxvab Sure, it's already assigned to you. Please go ahead!