Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joegeorge022 authored Dec 18, 2024
1 parent 58ecb8d commit b06b5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Day-17/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Write a recursive function to calculate the factorial of a number.

---

## 2. Fibonacci Sequence Using Recursion
## 2. Find N'th Fibonacci Number Using Recursion
Create a recursive function to find the nth Fibonacci number.

```python
Expand Down

0 comments on commit b06b5f2

Please sign in to comment.