Create a ladder pattern with n-steps and b-width.

For example,

 For n=2, b=5 -- the ladder would look like -
    '*   *'
    '*   *'
    '*****'
    '*   *'
    '*   *'
    '*****'
    '*   *'
    '*   *'

Solution Stats

41 Solutions

19 Solvers

Last Solution submitted on Jan 29, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...