-
Notifications
You must be signed in to change notification settings - Fork 709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
π 4λ¨κ³ - μ¬λ€λ¦¬(리ν©ν°λ§) #2159
base: jioome
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ν¬κ² λ§μ΄ λ°λ λΆλΆμ μμ΄μ κ°λ¨ν μ½λ©νΈ λ¨κ²¨λμμ΅λλ€.
νμΈ λΆνλ릴κ²μ. λ€μ μμ²μ£Όμλ©΄ λ¨Έμ§νκ² μ΅λλ€.
@@ -13,15 +13,14 @@ public class LadderMain { | |||
public static void main(String[] args){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
κ·Έλ¦¬κ³ λ―Έμ μ§ννλ©΄μ μ΄λ€ λ¨μλ κΈ°μ€μΌλ‘ 컀λ°μ νλ©΄ μ’μμ§ μ 맀ν΄μ κ³ λ―Όλμλ μ μ΄ λ§μλλ° κ·Έ λΆλΆ μ§λ¬Έλ립λλ€!
λ€λ€ λ€μν λ°©λ²μ μ¬μ©ν κ±°λΌ μ λ΅μ μμ΅λλ€. μ°Έκ³ λ§ λΆνλλ €μ
μ λ μΌλ°μ μΌλ‘ μλμ κ°μ λ°©λ²μ λ§μ΄ μ¬μ©ν©λλ€.
- μ νν ν λκ°μ ν΄λμ€λ₯Ό μμ±νλ κ²½μ° ν΄λΉ ν΄λμ€ λ° λ¨μ ν μ€νΈ μμ±κΉμ§ 컀λ°
- λ€μ λ§μ μ½λλ₯Ό μμ±ν΄μΌ νλ κ²½μ° μ¬λ¬ ν΄λμ€ λ° μ΄μ λν λ¨μ ν μ€νΈλ₯Ό μμ±νκ³ λμνκ² λ§λ λ€ μ»€λ°
2λ²μ κ²½μ° μ격 μ μ₯μμ μμλ‘ μ¬λ €μΌνκ±°λ, μ μ₯μ΄ νμν κ²½μ°λ μλλ° μ΄ κ²½μ° νμ λμνλ μ½λ κΈ°λ°μ 컀λ°μ λ§λ€κΈ° μ΄λ €μμ μμλ‘ μ»€λ°μ νλ€κ° reset μ ν΅ν΄ 컀λ°μ μ 리νκ³ μ¬λ¦¬λ κ²½μ°κ° λ§μ κ² κ°μμ.
@@ -7,9 +7,9 @@ | |||
public class Ladder { | |||
private final List<Line> lines; | |||
|
|||
public Ladder(final int numberOfPeople, final Height height) { | |||
public Ladder(final int numberOfPeople, final int height) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
νΉμ λν ν΄λμ€λ₯Ό μ κ±°νμ μ΄μ κ° μλμ? 0μΈ κ²½μ°μ λν΄μλ μμΈκ° λμ§ μμ κ² κ°μλ° μλνμ λΆλΆμΌκΉμ?
μλ νμΈμ. 리뷰μ΄λ! μ΄λλ§ λ§μ§λ§ λ¨κ³λ€μπ λ§μ§λ§λ μ λΆνλ립λλ€~
κ·Έλ¦¬κ³ λ―Έμ μ§ννλ©΄μ μ΄λ€ λ¨μλ κΈ°μ€μΌλ‘ 컀λ°μ νλ©΄ μ’μμ§ μ 맀ν΄μ κ³ λ―Όλμλ μ μ΄ λ§μλλ° κ·Έ λΆλΆ μ§λ¬Έλ립λλ€!