'Algorithm&DataStructures/StepByStep'에 해당되는 글 17건

donaricano-btn

TestScore

1. Question

1) Enter a score

2) 90~100 is A, 80~89 is B....


2. Solution


블로그 이미지

리딩리드

,
donaricano-btn

Sum


1. Question

1) Enter a number N

2) Add the numbers from 1 to N


2. Solution


https://github.com/KyleJeong/Algorithm
블로그 이미지

리딩리드

,
donaricano-btn

2007

1. Question

1) 2007/01/01 is Monday

2) 2007/x/y, What day is this?


2. Solution


https://github.com/KyleJeong/Algorithm
블로그 이미지

리딩리드

,
donaricano-btn

MakingStar(2)


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

5) The shape of layer is right alignment


2. Solution


https://github.com/KyleJeong/Algorithm
블로그 이미지

리딩리드

,