8000 Feature: Modified readme file. · syedumerahmedcode/recursion@70c6b33 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70c6b33

Browse files
Feature: Modified readme file.
1 parent 3c079c2 commit 70c6b33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
## Introduction
2929

30+
The project uses recursion to find solution of interesting problems in which iterative approach is perhaps not the most optimal one and recursion can be used as an alternative approach.
31+
3032
_Recursion_ is a way of solving problems by having a function calling itself or it solves a smaller subset of the problem. This goes on till an exit condition is reached.
3133

3234
## When to use Recursion

0 commit comments

Comments
 (0)
0