# Codewars
codewars 8/20
DESCRIPTION:Once upon a time, on a way through the old wild mountainous west,…… a man was given directions to go from one point to another. The direct
waveStr // codewars
DESCRIPTION:IntroductionThe wave (known as the Mexican wave in the English-speaking world outside North America) is an example of metachronal rhythm a
getDivisorCnt // codewars
DESCRIPTION:Count the number of divisors of a positive integer n.Random tests go up to n = 500000.Examples (input --> output)4 --> 3 // we have 3 divi

7.24일 codewars
문제를 풀고나서 보니까 카데인 알고리즘과 연관 되어있는걸 알았다.카데인알고리즘을 꽤나 잘 설명한 영상같아 첨부함나에겐 좀 어려웠던 문제

7/16일 codewars문제
XOR 연산자를 이용해서 푼방법.1^1 = 0;1^2 = 1;비트연산자사실 이건 두가지방법으로 풀어 봤는데, 이렇게 두가지가 있다. 사실 첨에 별생각없이 음 배열로 풀어야지 했던거같다. 가장 기본적인 방법을 생각해낼 수 있게 좀 더 많이 풀어봐야겠다..그리고 여담으로곧

7/13일 BFS 문제.
패스트캠퍼스에서 나동빈님 javascript 코딩테스트 강의를 들으면서 풀어볼 문제를찾았다.(백준은 아무래도 아직 적응이 덜됐음..)codewars 테스트 코드에서 주어진 binary tree class가 적용이 되어 문제 제출(사이트내에서)은 문제없지만,따로 root

7/5일 codewars
오늘은 이전에 풀어봤던 피보나치 수열과 흡사한 문제를 풀어봤다.저번에 풀었을땐 3일정도? 고민하고 머리를 쥐어 짠거 같았는데 이번엔 20분정도? 만에 푼 것 같다.순간 어 봤는데 , 하면서 혼자 codewars에서 개발자도구를 키고 혼자 테스트 해보면서 풀었다.노트와

7/1일 codewars
진짜 못푼 4kyu문제중에 그나마 얘는 풀었다...심지어 정규식을 써야할거같아 좀 돌고 돌아서 풀긴했다...비슷한 유형 다시 봐야할 것 같다.

6/29 codewars문제
1. A Needle in the Haystack (8Kyu) >DESCRIPTION: Can you find the needle in the haystack? Write a function findNeedle() that takes an array full of j