Category: daily

0

Dubstep

Instructions Polycarpus works as a DJ in the best Berland nightclub, and he often uses dubstep music in his performance. Recently, he has decided to take a couple of old songs and make dubstep remixes

0

20181125

매일 일에 치여 살다보니 매일 공부하는 것도 쉽지가 않다. 알고리즘은 6kyu 문제를 푸는데 턱 막히더라… 무작정 풀기보다는 따로 공부를 해야하나 싶기도 하고 해야될 거는 많고 시간은 없고 이래저래 걱정이 크지만 하나하나 알아가면서 전부 내 것으로 만들거다. go hard

0

CamelCase Method

Instructions Write simple .camelCase method (camel_case function in PHP, CamelCase in C# or camelCase in Java) for strings. All words must have their first letter capitalized without spaces. For inst

0

20181121

요즘 통계를 위해 SQL query를 직접 작성해야 되는데 복잡한 쿼리를 작업해보지 않아 어떻게 쿼리를 짜야할지, 또 데이터를 가져올 때 어떻게 나눠서 가져올지 감이 잘 오질않는다. 지하철로 집에 오는 길에 SQL도 codewars 같은 사이트가 있는지 검색해보았는데 w3resource 라는 사이트가 있었고 여기에 쿼리 연습문제들이 잔뜩 있었다. 당분간 이

0

Isograms

Instructions An isogram is a word that has no repeating letters, consecutive or non-consecutive. Implement a function that determines whether a string that contains only letters is an isogram. Assume

0

Bit Counting

Instructions Write a function that takes an integer as input, and returns the number of bits that are equal to one in the binary representation of that number. You can guarantee that input is non-nega

0

Find The Parity Outlier

Instructions You are given an array (which will have a length of at least 3, but could be very large) containing integers. The array is either entirely comprised of odd integers or entirely comprised

0

Jaden Casing String

Instructions Jaden Smith, the son of Will Smith, is the star of films such as The Karate Kid (2010) and After Earth (2013). Jaden is also known for some of his philosophy that he delivers via Twitter.

0

Money, Money, Money

Instructions Mr. Scrooge has a sum of money ‘P’ that wants to invest, and he wants to know how many years ‘Y’ this sum has to be kept in the bank in order for this sum of money to amount to ‘D’. The s

0

algorithm

매일 알고리즘아키텍쳐 레벨 뿐만 아니라 코드 레벨에서도 간결하고 좋은 코드를 만들기 위해 매일 codewars에서 문제를 풀려고 한다. 포스팅은 다음과 진행된다. 문제 나의 솔루션 제출하고나서 다른 사람들의 솔루션을 바탕으로 한 더 좋은 솔루션 느낀점 코드는 되도록 아래를 참고하여 작성하려고 한다. 객체지향 생활 체조 총정리 Clean Code 요약