Skip to content

Commit 9483f11

Browse files
Merge pull request kunal-kushwaha#97 from akash-kumar44/new1
Added some more patterns in patterns.txt
2 parents fb5439e + 17ea543 commit 9483f11

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

assignments/patterns.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,51 @@ Print these patterns using loops:
159159
*** ***
160160
** **
161161
* *
162+
163+
164+
19. ****
165+
* *
166+
* *
167+
* *
168+
****
169+
170+
20. 1
171+
2 3
172+
4 5 6
173+
7 8 9 10
174+
11 12 13 14 15
175+
176+
21. 1
177+
0 1
178+
1 0 1
179+
0 1 0 1
180+
1 0 1 0 1
181+
182+
22. * *
183+
* * * *
184+
* * *
185+
186+
23. * *
187+
** **
188+
* * * *
189+
* * * *
190+
* ** *
191+
* ** *
192+
* * * *
193+
* * * *
194+
** **
195+
* *
196+
197+
24. *****
198+
* *
199+
* *
200+
* *
201+
*****
202+
203+
25. 1 1 1 1 1 1
204+
2 2 2 2 2
205+
3 3 3 3
206+
4 4 4
207+
5 5
208+
6
209+

0 commit comments

Comments
 (0)