728x90

파이썬 16

[CodeWars] Does my number look big in this?- 6Kyu

https://www.codewars.com/kata/5287e858c6b5a9678200083c/train/python Codewars - Achieve mastery through coding practice and developer mentorshipA coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!www.codewars.com 6kyu가 생각보다 어렵지 않았던거 같아서 다시 rank up을 풀어본다. 양수 하나를 파라미터로 받고, 해당 숫자의 각 자리수에다..

알고리즘 2024.12.04

[CodeWars] Array.diff - 6Kyu

https://www.codewars.com/kata/523f5d21c841566fde000009/train/python Codewars - Achieve mastery through coding practice and developer mentorshipA coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!www.codewars.com  랭크업 이라는 단계가 있길래 눌러봤더니 6 kyu 문제가 나왔다.두개의 배열을 파라미터로 받고, 첫번째 배열과 두번째 배열의 같은..

알고리즘 2024.12.04

[CodeWars] Rock Paper Scissors! - 8Kyu

https://www.codewars.com/kata/5672a98bdbdd995fad00000f/train/python Codewars - Achieve mastery through coding practice and developer mentorshipA coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!www.codewars.com  계속 8 kyu만 나오는거 같긴한데 (제일 쉬운 단계다), 뭐 코드워에서 추천해주는 단계이니 그냥 하나씩 빠르게 할라한다.이번문제..

알고리즘 2024.12.04

[CodeWars] Counting sheep... - 8Kyu

https://www.codewars.com/kata/54edbc7200b811e956000556/train/python Codewars - Achieve mastery through coding practice and developer mentorshipA coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!www.codewars.com 이번에는 배열안에 True가 몇개인지 세는 문제이다. null 아니 undefined 의 값도 체크를 해줘야한다고 Hint가 써있다..

알고리즘 2024.12.04

[CodeWars] Count by X - 8Kyu

https://www.codewars.com/kata/5513795bd3fafb56c200049e/train/python Codewars - Achieve mastery through coding practice and developer mentorshipA coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!www.codewars.com  대충 x의 배수를 n의 길이만큼 만들어 내라는 말이다.다만 0보다 큰 숫자부터 시작해야한다. 아래처럼 배열을 하나 만들어서, 그 ..

알고리즘 2024.11.30

[CodeWars] Build a square - 7Kyu

https://www.codewars.com/kata/59a96d71dbe3b06c0200009c Codewars - Achieve mastery through coding practice and developer mentorshipA coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!www.codewars.com  첫 문제로는 간단한 별찍기 문제를 가져왔다. 문법을 알아가기에 좋아보인다. string을 반환하라는 말이 직접적으로 없길래, 걍 print 하면 되는지 ..

알고리즘 2024.11.30
728x90