Skip to content

Commit b2bffd8

Browse files
Update README.md
1 parent b03e4b8 commit b2bffd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2648-generate-fibonacci-sequence/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/generate-fibonacci-sequence/">2648. Generate Fibonacci Sequence</a></h2><h3>Easy</h3><hr><div><p>Write a generator function that returns a generator object which yields the&nbsp;<strong>fibonacci sequence</strong>.</p>
1+
<h2><a href="https://leetcode.com/problems/generate-fibonacci-sequence/">2648. Generate Fibonacci Sequence</a></h2><img src="https://img.shields.io/badge/Easy-brightgreen" alt="Easy" /><hr><div><p>Write a generator function that returns a generator object which yields the&nbsp;<strong>fibonacci sequence</strong>.</p>
22

33
<p>The&nbsp;<strong>fibonacci sequence</strong>&nbsp;is defined by the relation <code>X<sub>n</sub>&nbsp;= X<sub>n-1</sub>&nbsp;+ X<sub>n-2</sub></code>.</p>
44

0 commit comments

Comments
 (0)