Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1891046

Browse files
committed
NOTE ON RECURSION
1 parent 1d614e9 commit 1891046

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

Recursive_function.ipynb

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
{
2+
"nbformat": 4,
3+
"nbformat_minor": 0,
4+
"metadata": {
5+
"colab": {
6+
"name": "Recursive_function.ipynb",
7+
"provenance": [],
8+
"authorship_tag": "ABX9TyM5vPLJlRd3thNkO3/BkinC",
9+
"include_colab_link": true
10+
},
11+
"kernelspec": {
12+
"name": "python3",
13+
"display_name": "Python 3"
14+
},
15+
"language_info": {
16+
"name": "python"
17+
}
18+
},
19+
"cells": [
20+
{
21+
"cell_type": "markdown",
22+
"metadata": {
23+
"id": "view-in-github",
24+
"colab_type": "text"
25+
},
26+
"source": [
27+
"<a href=\"https://colab.research.google.com/github/coder9051/Tips-and-tricks/blob/main/Recursive_function.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
28+
]
29+
},
130
{
231
"cell_type": "markdown",
332
"source": [
@@ -119,4 +148,4 @@
119148
}
120149
}
121150
]
122-
}
151+
}

0 commit comments

Comments
 (0)