Pattern Video with Kunal Kushwaha

Pattern Video with Kunal Kushwaha

Table of contents

No heading

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:-

  1. the first for loop has the number of iterations as much as the number of rows in the pattern.
  2. identify for every row how many columns are there or how many types of elements are there.
  3. 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