Skip to content

Commit 48e10fe

Browse files
Image Url Updated
1 parent 2d2691a commit 48e10fe

12 files changed

+31
-30
lines changed

3. Pattern 1/Code Triangular Star Pattern.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"# Code : Triangular Star Pattern\n",
88
"Print the following pattern for the given N number of rows.<br>\n",
99
"Pattern for N = 4<br>\n",
10-
"![](https://imgur.com/download/SrTsgrS)<br>\n",
10+
"![](https://shareimage.xyz/images/2021/10/11/SrTsgrS---Imgur.png)<br>\n",
1111
"<br>\n",
1212
"Note : There are no spaces between the stars.<br>\n",
1313
"Input format :<br>\n",
@@ -19,11 +19,11 @@
1919
"Sample Input 1:<br>\n",
2020
"5<br>\n",
2121
"Sample Output 1:<br>\n",
22-
"![](https://imgur.com/download/B1x6IkM)<br>\n",
22+
"![](https://shareimage.xyz/images/2021/10/11/B1x6IkM---Imgur.png)<br>\n",
2323
"Sample Input 2:<br>\n",
2424
"6<br>\n",
2525
"Sample Output 2:<br>\n",
26-
"![](https://imgur.com/download/iwTrMTd)"
26+
"![](https://shareimage.xyz/images/2021/10/11/iwTrMTd---Imgur.png)"
2727
]
2828
},
2929
{

4.Pattern 2/Arrow pattern.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"Print the following pattern for the given number of rows.\n",
99
"<br>Assume N is always odd.\n",
1010
"<br>Note : There is space after every star.\n",
11-
"<br><b>Pattern for N = 7</b>\n",
12-
"![Arrow pattern](https://imgur.com/download/NMsMCn7/)<br>\n",
11+
"<br><b>Pattern for N = 7</b><br>\n",
12+
"\n",
13+
"[![Arrow pattern](https://shareimage.xyz/images/2021/10/11/NMsMCn7---Imgur-4.png)](https://shareimage.xyz/image/iegGX)<br>\n",
1314
"Note-Dote(.) represent the spaces <br>\n",
1415
"Input format :<br>\n",
1516
"Integer N (Total no. of rows)<br>\n",
@@ -20,7 +21,7 @@
2021
"Sample Input :<br>\n",
2122
"11<br>\n",
2223
"Sample Output :<br>\n",
23-
"![](https://imgur.com/download/u3nBlNG)"
24+
"[![](https://shareimage.xyz/images/2021/10/11/undefined---Imgur.md.png)](https://shareimage.xyz/image/iehrw)"
2425
]
2526
},
2627
{

4.Pattern 2/Code Diamond of stars.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Print the following pattern for the given number of rows.<br>\n",
99
"Note: N is always odd.<br>\n",
1010
"Pattern for N = 5<br>\n",
11-
"![DiamondOfStars](https://imgur.com/download/Xlk5UcG)<br>\n",
11+
"![DiamondOfStars](https://shareimage.xyz/images/2021/10/11/Xlk5UcG---Imgur-2.png)<br>\n",
1212
"The dots represent spaces.<br>\n",
1313
"Input format :<br>\n",
1414
"N (Total no. of rows and can only be odd)<br>\n",

4.Pattern 2/Code Mirror Number Pattern.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"metadata": {},
66
"source": [
77
"# Code : Mirror Number Pattern\n",
8-
"Print the following pattern for the given N number of rows.\n",
8+
"Print the following pattern for the given N number of rows.<br><br>\n",
99
"\n",
10-
"Pattern for N = 4\n",
11-
"![CodeMirrorNumberPattern](https://ninjasfiles.s3.amazonaws.com/0000000000003723.png)\n",
10+
"Pattern for N = 4<br>\n",
11+
"![CodeMirrorNumberPattern](https://shareimage.xyz/images/2021/10/11/0000000000003723.png)<br>\n",
1212
"The dots represent spaces.<br>\n",
1313
"Input format :<br>\n",
1414
"Integer N (Total no. of rows)<br>\n",
@@ -22,11 +22,11 @@
2222
"Sample Input 1:<br>\n",
2323
"3<br>\n",
2424
"Sample Output 1:<br>\n",
25-
"![CodeMirrorNumberPattern](https://imgur.com/download/GY9xuMl)\n",
25+
"![CodeMirrorNumberPattern](https://shareimage.xyz/images/2021/10/11/GY9xuMl---Imgur.png)<br>\n",
2626
"Sample Input 2:<br>\n",
2727
"4<br>\n",
2828
"Sample Output 2:<br>\n",
29-
"![CodeMirrorNumberPattern](https://ninjasfiles.s3.amazonaws.com/0000000000003723.png)"
29+
"![CodeMirrorNumberPattern](https://shareimage.xyz/images/2021/10/11/0000000000003723-1.png)<br>"
3030
]
3131
},
3232
{

4.Pattern 2/Code Star Pattern.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"# Code : Star Pattern\n",
88
"Print the following pattern<br>\n",
99
"Pattern for N = 4<br>\n",
10-
"![StarPattern](https://ninjasfiles.s3.amazonaws.com/0000000000003724.png)<br>\n",
10+
"![StarPattern](https://shareimage.xyz/images/2021/10/11/0000000000003724.png)<br>\n",
1111
"The dots represent spaces.<br>\n",
1212
"Input Format :<br>\n",
1313
"N (Total no. of rows)<br>\n",
@@ -21,12 +21,12 @@
2121
"Sample Input 1 :<br>\n",
2222
"3<br>\n",
2323
"Sample Output 1 :<br>\n",
24-
"![](https://imgur.com/download/0af6b32)<br>\n",
24+
"![](https://shareimage.xyz/images/2021/10/11/0af6b32---Imgur.png)<br>\n",
2525
"Note .The dots represent spaces.<br>\n",
2626
"Sample Input 2 :<br>\n",
2727
"4<br>\n",
2828
"Sample Output 2 :<br>\n",
29-
"![](https://imgur.com/download/RzHCeRh)<br>\n",
29+
"![](https://shareimage.xyz/images/2021/10/11/RzHCeRh---Imgur.png)<br>\n",
3030
"Note .The dots represent spaces."
3131
]
3232
},

4.Pattern 2/Code Triangle of Numbers.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"# Code : Triangle of Numbers\n",
88
"Print the following pattern for the given number of rows.<br>\n",
99
"Pattern for N = 4<br>\n",
10-
"![TriangleofNumber](https://ninjasfiles.s3.amazonaws.com/0000000000003725.png)<br>\n",
10+
"![TriangleofNumber](https://shareimage.xyz/images/2021/10/11/0000000000003725.png)<br>\n",
1111
"The dots represent spaces.<br>\n",
1212
"Input format :<br>\n",
1313
"Integer N (Total no. of rows)<br>\n",
@@ -21,11 +21,11 @@
2121
"Sample Input 1:<br>\n",
2222
"5<br>\n",
2323
"Sample Output 1:<br>\n",
24-
"![](https://imgur.com/download/YEqVq2R)<br>\n",
24+
"![](https://shareimage.xyz/images/2021/10/11/YEqVq2R.png)<br>\n",
2525
"Sample Input 2:<br>\n",
2626
"4<br>\n",
2727
"Sample Output 2:<br>\n",
28-
"![](https://imgur.com/download/A54gz85)"
28+
"![](https://shareimage.xyz/images/2021/10/11/A54gz85---Imgur.png)"
2929
]
3030
},
3131
{

4.Pattern 2/Number Pattern.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"# Number Pattern\n",
88
"Print the following pattern for n number of rows.<br>\n",
99
"For eg. N = 5<br>\n",
10-
"![Number Pattern](https://imgur.com/download/ft6wmLj)<br>\n",
10+
"![Number Pattern](https://shareimage.xyz/images/2021/10/11/ft6wmLj---Imgur.png)<br>\n",
1111
"Sample Input 1 :<br>\n",
1212
"4<br>\n",
1313
"Sample Output 1 :<br>\n",
14-
"![](https://imgur.com/download/2GhDoxU)"
14+
"![](https://shareimage.xyz/images/2021/10/11/2GhDoxU---Imgur.png)"
1515
]
1616
},
1717
{

4.Pattern 2/Pyramid Number Pattern.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"Print the following pattern for the given number of rows.<br>\n",
99
"<br>\n",
1010
"Pattern for N = 4<br>\n",
11-
"![Pyramid Number Pattern](https://imgur.com/download/gVui87R)<br>\n",
11+
"![Pyramid Number Pattern](https://shareimage.xyz/images/2021/10/11/gVui87R---Imgur.png)<br>\n",
1212
"Input format : N (Total no. of rows)<br>\n",
1313
"<br>\n",
1414
"Output format : Pattern in N lines<br>\n",
1515
"<br>\n",
1616
"Sample Input :<br>\n",
1717
"5<br>\n",
1818
"Sample Output :<br>\n",
19-
"![](https://imgur.com/download/KAwHgL3)<br>\n",
19+
"![](https://shareimage.xyz/images/2021/10/11/KAwHgL3---Imgur-1.png)<br>\n",
2020
"Note.The dots represent spaces."
2121
]
2222
},

4.Pattern 2/Zeros and Stars Pattern.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"# Zeros and Stars Pattern\n",
88
"Print the following pattern<br>\n",
99
"Pattern for N = 4<br>\n",
10-
"![ZerosandStarsPattern](https://imgur.com/download/iUdwaMY)<br>\n",
10+
"![ZerosandStarsPattern](https://shareimage.xyz/images/2021/10/11/iUdwaMY---Imgur.png)<br>\n",
1111
"Input Format : N (Total no. of rows)<br>\n",
1212
"<br>\n",
1313
"Output Format : Pattern in N lines<br>\n",
1414
"<br>\n",
1515
"Sample Input 1 :<br>\n",
1616
"3<br>\n",
1717
"Sample Output 1 :<br>\n",
18-
"![](https://imgur.com/download/VZgJBG8)<br>\n",
18+
"![](https://shareimage.xyz/images/2021/10/11/VZgJBG8---Imgur.png)<br>\n",
1919
"Sample Input 2 :<br>\n",
2020
"5<br>\n",
2121
"Sample Output 2 :<br>\n",
22-
"![](https://imgur.com/download/zEhIMUr)"
22+
"![](https://shareimage.xyz/images/2021/10/11/zEhIMUr---Imgur.png)"
2323
]
2424
},
2525
{

5.More on Loops/Diamond of Stars.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"# Diamond of Stars\n",
88
"Print the following pattern for the given number of rows.\n",
99
"<br>Note: N is always odd.\n",
10-
"<br><b>Pattern for N = 5</b>\n",
11-
"![Diamond of Star](https://imgur.com/download/MPB9rTl)\n",
10+
"<br><b>Pattern for N = 5</b><br>\n",
11+
"![Diamond of Star](https://shareimage.xyz/images/2021/10/11/MPB9rTl---Imgur.png)<br>\n",
1212
"<b>The dots represent spaces.</b><br>\n",
1313
"Input format :<br>\n",
1414
"N (Total no. of rows and can only be odd)<br>\n",

5.More on Loops/Print Number Pyramid.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"<br>\n",
1010
"**Note - Dot Represent Spaces**<br>\n",
1111
"For eg. N = 6<br>\n",
12-
"![](https://imgur.com/download/p03f2fS)\n",
12+
"![](https://shareimage.xyz/images/2021/10/11/p03f2fS---Imgur.png)\n",
1313
"<br>\n",
1414
"Sample Input 1 :<br>\n",
1515
"4<br>\n",
1616
"Sample Output 1 :<br>\n",
17-
"![](https://imgur.com/download/VSpXQ0L)"
17+
"![](https://shareimage.xyz/images/2021/10/11/VSpXQ0L---Imgur.png)"
1818
]
1919
},
2020
{

5.More on Loops/Print the pattern.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"# Print the pattern\n",
88
"Print the following pattern for the given number of rows.<br>\n",
99
"<b>Pattern for N = 5</b><br>\n",
10-
"![PrintThePattern](https://imgur.com/download/bl7P8Wq)<br>\n",
10+
"![PrintThePattern](https://shareimage.xyz/images/2021/10/11/bl7P8Wq---Imgur.png)<br>\n",
1111
"Input format : N (Total no. of rows)<br>\n",
1212
"<br>\n",
1313
"Output format : Pattern in N lines<br>\n",

0 commit comments

Comments
 (0)