Pattern 7

Beginner Problems Patterns Easy
  • This problem, at its core, is about iteration, conditional logic, and string manipulation - fundamental concepts in many programming languages
  • In real world applications, a form of this problem can be seen in creating dynamic visualizations or graphical outputs in console-based applications
  • For example, console-based games, progress bar visualization, and console animations all use similar logic to create dynamic, visually-oriented outputs

Given an integer n. You need to recreate the pattern given below for any value of N. Let's say for N = 5, the pattern should look like as below:


    *
   ***
  *****
 *******
*********


Print the pattern in the function given to you.

Constraints

  • 1 <= n <= 20

Company Tags

TCS Cognizant Accenture Infosys Capgemini Wipro IBM HCL Tech Mahindra MindTree