• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

codesignal

CodeSignal - sudoku2에 도전

스도쿠를 아시는 분이라면 알겠다고 생각합니다만, 스도쿠의 룰에서는, 세로 9매스, 가로 9매스, 3×3의 범위 각각으로 1~9의 문자가 중복해서는 안됩니다. 3×3의 범위라고 하는 것은, 다음의 틀내의 것을 의미하고 있습니다. 이 문제에서는 위의 세 가지 점을 확인하고 조건을 충족하면 ture를 반환하고 그렇지 않으면 false를 반환하는 함수를 작성합니다. 예를 들어, 위의 예라면 세로 9...

codesignal자바

FirstNotRepeatingCharacter

Given a string s consisting of small English letters, find and return the first instance of a non-repeating character in it. If there is no such character, return '_'. For s = "abacabad", the output should be solution(s)...

codesignalalgorithmpythonalgorithm

buildPalindrome

Given a string, find the shortest possible string which can be achieved by adding characters to the end of initial string to make it a palindrome. For st = "abcdc", the output should be solution(st) = "abcdcba". [executi...

algorithmpythoncodesignalalgorithm

is MAC48 Address?

A media access control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment. The standard (IEEE 802) format for printing MAC-48 addresses in human...

pythoncodesignalalgorithmalgorithm

CodeSignal 8. matrixElementsSum

matrixElementsSum 문제 After becoming famous, the CodeBots decided to move into a new building together. Each of the rooms has a different cost, and some of them are free, but there's a rumour that all the free rooms are h...

python문제풀이codesignalcodesignal

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more