leetcode

알고리즘 문제풀이/[C++] Leetcode

Leetcode 문제 66번 Plus One

문제 출처 : https://leetcode.com/problems/plus-one/ Plus One - 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 문제를 간단히 해석하자면 다음과 같습니다 ; 음수가 아닌 정수를 나타내는 10진수 배열이 비어 있지 않으면 1을 정수로 증가시킵니다. 자릿수는 가장 중요한 자릿수가 목록의 맨 앞에 오도록 저장되며, Array의 각 요소에는 한 자릿수가 포함됩니다. 정수에는 숫자 0을 제외하고 먼저온 0이 포함되어 있지 않다고 가..

알고리즘 문제풀이/[C++] Leetcode

Leetcode 문제 455번 Assign Cookies

문제출처 : https://leetcode.com/problems/assign-cookies/ Assign Cookies - 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 문제를 간단히 해석하자면, 당신이 자녀가 있는 부모이고 쿠키를 주고 싶다고 한다. (단, 각 어린이에게 최대 하나의 쿠키를 제공해야 합니다.) 각각의 아이들은 아이가 만족할 쿠키의 최소 크기인 g[i]라는 greed factor를 가지고 있고, 각 쿠키 j의 크기는 s[j]입니다. s[j] >..

gurcks8989
'leetcode' 태그의 글 목록 (6 Page)