indra-kc / DSA

A collection of essential Data Structures and Algorithms implemented in Python.
0 stars 4 forks source link

Fibonacci Sequence #8

Closed ShoomanKhatri closed 1 day ago

ShoomanKhatri commented 1 day ago

Problem: Return the nth Fibonacci number, where the sequence starts as 0, 1, 1, 2, 3, ...

BarryByte commented 1 day ago

@indra-kc Please assign me this issue.

Laxmi-KC commented 1 day ago

assign this to me.

ShoomanKhatri commented 1 day ago

@Laxmi-KC done

ShoomanKhatri commented 1 day ago

completed this issue.