Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Star Pattern cheatsheet

  • In a star pattern, treat Rows as a outer loop
  • Columns can be treated as inner loop
  • Try to find a pattern between current index of outer loop and how many times against that current index of outer loop we want to run inner loop
  • If there is some empty spaces calculate print empty spaces and stars in different loop