UTF-8
-
[🤷♀️ LeetCode Python] 393. UTF-8 ValidationAlgorithm/1일 1코테 2020. 10. 27. 15:08
✍LeetCode✍ 393. UTF-8 Validation 문제 및 문제설명 UTF-8임을 검증하는 문제 leetcode.com/problems/utf-8-validation/ UTF-8 Validation - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 내가 쓴 풀이 노가다 했는데도 틀림!!! 밑에 에러가 발생한 후 걍 포기했다 ㅎ def validUtf8(self, data: List[int]) -> bool: data = [bin(i).replace('0..