Star Pattern

Write a program to print the follwing pattern in javascript.
*******
** **
* * * *
* ** *
* * * *
** **
*******

AnswerBot
1y

The program prints a star pattern using asterisks and spaces.

  • Use nested loops to iterate through rows and columns.

  • Determine the number of asterisks and spaces to print in each row.

  • Use conditional stat...read more

CodingNinjas
author
2y

Tip 1:You can solve using partitioning this problem as approch told in coding ninja lectures.
Tip 2: You can solve using 2d matrix problem here you have to just print the all boundry elements and diago...read more

CodingNinjas
author
2y
Space Complexity: Explanation: Time Complexity: Explanation:
Add answer anonymously...
Persistent Systems Senior Software Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter