Skip to content

Commit 22fa6d5

Browse files
author
Mansour Torabi
committed
readme updated
1 parent 86b5ce3 commit 22fa6d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ MATLAB Code: Solve Fibonacci Numbers using **Dynamic Programming**, Memoization
1818

1919
## How to use
2020

21-
Just run the **EVAL.m** file to compare run-time of three methods:
21+
Just run the **EVAL.m** file to compare run-time of the following three methods:
2222

23-
1- Fibo using **Recursive method**
24-
2- Fibo using **Dynamic programming**
25-
3- Fibo using **Matrix Exponentiation** (Fastest method)
23+
1- Fibo using _Recursive method_
24+
2- Fibo using _Dynamic programming_
25+
3- Fibo using _Matrix Exponentiation_ (Fastest method)
2626

0 commit comments

Comments
 (0)