전체 글 (94) 썸네일형 리스트형 [LeetCode] - 1154. Day of the Year LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Day of the Year" 문제입니다.--> https://leetcode.com/problems/day-of-the-year/description/ 문제 : Given a string date representing a Gregorian calendar date formatted as YYYY-MM-DD, return the day number of the year.Example 1 : Input : date = "2019-01-09".. [LeetCode] - 1089. Duplicate Zeros LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Duplicate Zeros" 문제입니다.--> https://leetcode.com/problems/duplicate-zeros/description/ 문제 : Given a fixed-length integer array arr, duplicate each occurrence of zero, shifting the remaining elements to the right. Note that elements beyond the length.. [LeetCode] - 1051. Height Checker LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Height Checker" 문제입니다.--> https://leetcode.com/problems/height-checker/description/ 문제 : A school is trying to take an annual photo of all the students.The students are asked to stand in a single file line in non-decreasing order by height.Let this.. [LeetCode] - 1108. Defanging an IP Address LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Defanging an IP Address" 문제입니다.--> https://leetcode.com/problems/defanging-an-ip-address/description/ 문제 : Given a valid (IPv4) IP address, return a defanged version of that IP address.A defanged IP address replaces every period "." with "[.]".Exam.. [LeetCode] - 724. Find Pivot Index LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Find Pivot Index" 문제입니다.--> https://leetcode.com/problems/find-pivot-index/description/ 문제 : Given an array of integers nums, calculate the pivot index of this array.The pivot index is the index where the sum of all the numbers strictly to the left.. [LeetCode] - 1281. Subtract the Product and Sum of Digits of an Integer LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Subtract the Product and Sum of Digits of an Integer" 문제입니다.--> https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integer/description/ 문제 : Given an integer number n, return the difference between the product of its digits .. [LeetCode] - 706. Design HashMap LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Design HashMap" 문제입니다.--> https://leetcode.com/problems/design-hashmap/description/ 문제 : Design a HashMap without using any built-in hash table libraries.Implement the MyHashMap class :MyHashMap() initializes the object with an empty map.void put(i.. [LeetCode] - 225. Implementing Stack Using Queues LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Implementing Stack Using Queues" 문제입니다.--> https://leetcode.com/problems/implement-stack-using-queues/description/ 문제 : Implement a last-in-first-out (LIFO) stack using only two queues.The implemented stack should support all the functions of a nor.. 이전 1 2 3 4 5 6 7 8 ··· 12 다음