Table of contents
No headings in the article.
Hello everyone, Recently I completed the pattern video with Kunal Kushwaha .There I learnt the key things to consider and observe while solving a pattern. I would recommend it for all who are new to loops. I would also suggest it to everyone who needs a more in-depth understanding of flow of control of a Java Program. Here are the key points I learned from it:-
- the first for loop has the number of iterations as much as the number of rows in the pattern.
- identify for every row how many columns are there or how many types of elements are there.
- Then scrutinize what do you need to print in the pattern and more importantly try to deduce a mathematical relation between the elements and the row and column. My github link:- github.com/beingtechsavy
#DSAwithKunal #learning #Coding