LeetCode (91) 썸네일형 리스트형 [LeetCode] - 371. Sum of Two Integers LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '중간 (Medium)' 단계인 "Sum of Two Integers " 문제입니다.--> https://leetcode.com/problems/sum-of-two-integers/description/ 문제 : Given two integers a and b, return the sum of the two integers without using the operators + and -.Example 1 : Input : a = 1, b = 2Output : 3 Exam.. [LeetCode] - 2710. Remove Trailing Zeros From a String LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Remove Trailing Zeros From a String " 문제입니다.--> https://leetcode.com/problems/remove-trailing-zeros-from-a-string/description/ 문제 : Given a positive integer num represented as a string, return the integer num without trailing zeros as a string.Exam.. [LeetCode] - 2798. Numbers of Employees Who Met the Target LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 " Numbers of Employees Who Met the Target " 문제입니다.--> https://leetcode.com/problems/number-of-employees-who-met-the-target/description/ 문제 : There are n employees in a company, numbered from 0 to n - 1.Each employee i has worked for hours[i] hours.. [LeetCode] - 2810. Faulty Keyboar LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Faulty Keyboard" 문제입니다.--> https://leetcode.com/problems/faulty-keyboard/description/ 문제 : Your laptop keyboard is faulty, and whenever you type a character 'i' on it, it reverses the string that you have written. Typing other characters works as e.. [LeetCode] - 2894. Divisible and Non-Divisible Sums Difference LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Divisible and Non-Divisible Sums Difference" 문제입니다.--> https://leetcode.com/problems/divisible-and-non-divisible-sums-difference/description/ 문제 : You are given positive integers n and m.Define two integers, num1 and num2, as follows: num1 : The s.. [LeetCode] - 3099. Harshad Number LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Harshad Number" 문제입니다.--> https://leetcode.com/problems/harshad-number/description/ 문제 : An integer divisible by the sum of its digits is said to be a Harshad number.You are given an integer x. Return the sum of the digits of x if x is a Harshad nu.. [LeetCode] - 3136. Valid Word LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Valid Word" 문제입니다.--> https://leetcode.com/problems/valid-word/description/ 문제 : A word is considered valid if: It contains a minimum of 3 characters.It contains only digits (0-9), and English letters (uppercase and lowercase).It includes at least o.. [LeetCode] - 1137. N-th Tribonacci Number LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "N-th Tribonacci Number" 문제입니다.--> https://leetcode.com/problems/n-th-tribonacci-number/description/ 문제 : The Tribonacci sequence Tn is defined as follows: T0 = 0, T1 = 1, T2 = 1, and Tn+3 = Tn + Tn+1 + Tn+2 for n >= 0.Given n, return the value of T.. 이전 1 ··· 3 4 5 6 7 8 9 ··· 12 다음