Algorithm&DataStructures/StepByStep

[Algorithm] 백준알고리즘_MakingStar(1)

리딩리드 2016. 8. 24. 16:04

MakingStar(1)


1.Question

1) Enter a Number N

2) You should make a tier star top

3) First layer line has a star, Second has two.....and Last layer has N star 

4) Layer size must be N


2. Solution


https://github.com/KyleJeong/Algorithm