draw an isosceles triangle with asterisks of size n. For example, for n=6

    '     *     '
    '    ***    '
    '   *****   '
    '  *******  '
    ' ********* '
    '***********'

There can be two types -- top(t) or bottom(b).

Previous problem

https://www.mathworks.com/matlabcentral/cody/problems/45368-sky-full-of-stars-01

Solution Stats

53 Solutions

27 Solvers

Last Solution submitted on May 30, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...