We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
π¬Β λ¬Έμ
https://app.codility.com/programmers/lessons/3-time_complexity/frog_jmp/
π¬Β Idea
π¬Β νμ΄
import Foundation public func solution(X : Int, Y : Int, D : Int) -> Int { let jmp = (Y - X) / D return (Y - X) % D != 0 ? jmp + 1 : jmp }
μμμκ° : 7λΆ
μμμκ°
μκ° λ³΅μ‘λ : O(1)
μκ° λ³΅μ‘λ
νκ°ν : https://app.codility.com/demo/results/trainingPYHF59-6U5/
νκ°ν
The text was updated successfully, but these errors were encountered:
#131 - FrogJmp λ¬Έμ νμ΄
b4c196b
hwangJi-dev
No branches or pull requests
π¬Β λ¬Έμ
https://app.codility.com/programmers/lessons/3-time_complexity/frog_jmp/
π¬Β Idea
π¬Β νμ΄
μμμκ°
: 7λΆμκ° λ³΅μ‘λ
: O(1)νκ°ν
: https://app.codility.com/demo/results/trainingPYHF59-6U5/The text was updated successfully, but these errors were encountered: