Problem 45368. Sky full of stars - 01

Draw a right triangle with asterisks of size n. For example, for n=5

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

the empty places should be space.

There can be four types: bottom left (bl), bottom right (br), top left (tr) , top right (tr). The above example is 'bl' type.

Solution Stats

46.15% Correct | 53.85% Incorrect
Last Solution submitted on Jan 09, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers25

Suggested Problems

More from this Author165

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!