최근 포스트

[Hackerrank] Apple and Orange

문제 설명 Sam’s house has an apple tree and an orange tree that yield an abundance of fruit. Using the information given below, determine the number of apples an...

[study] 함수와 메소드의 차이

함수와 메소드의 차이는 무엇인가? 함수란 독립적으로 존재하며 임무를 수행하는 코드들의 집합 함수 이름으로 호출한다. 매개 변수(parameter)를 받을 수도 받지 않을 수도 있다. 결과 값을 리턴할 수도 하지 않을수도 있다. 재사용이 가능하다.

[Hackerrank] Encryption

문제 설명 An English text needs to be encrypted using the following encryption scheme. First, the spaces are removed from the text. Let L be the length of this t...