Fix code indentation - tabs to spaces.

This commit is contained in:
Pragy Agarwal 2019-10-10 16:27:21 +05:30 committed by GitHub
parent 0d31843dcf
commit 6cb7d76454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
Recursion
Recursion
----------
Recursion - process of function calling itself
directly or indirectly.
@ -103,7 +103,7 @@ Going right = 1
Basically, for each element, choose = 1, skip = 0
So, generate numbers from 0 to $2^n-1$ and look at the bits of the numbers. Each subset is formed using each number.
```python
```
For A = [1 2 3]
000 []