LeetCode (91) 썸네일형 리스트형 [LeetCode] - 70. Climbing Stairs LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Climbing Stairs" 문제입니다.--> https://leetcode.com/problems/climbing-stairs/description/ 문제 : You are climbing a staircase. It takes n steps to reach the top.Each time you can either climb 1 or 2 steps.In how many distinct ways can you climb to the to.. [LeetCode] - 1387. Sort Integers by the Power Value LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '중간 (Medium)' 단계인 "Sort Integers by the Power Value" 문제입니다.--> https://leetcode.com/problems/sort-integers-by-the-power-value/description/ 문제 : The power of an integer x is defined as the number of steps needed to transform x into 1 using the following steps :if x .. [LeetCode] - 13. Roman to Integer LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Roman to Integer" 문제입니다.--> https://leetcode.com/problems/roman-to-integer/description/ 문제 : Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.SymbolValueI1V5X10L50C100D500M1000 For example, 2 is written as II in Rom.. [LeetCode] - 14. Common Prefix LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Common Prefix" 문제입니다.--> https://leetcode.com/problems/longest-common-prefix/description/ 문제 : Write a function to find the longest common prefix string amongst an array of strings.If there is no common prefix, return an empty string "".Example 1: .. [LeetCode] - 78. Subsets LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '중간 (Medium)' 단계인 "Subsets" 문제입니다.--> https://leetcode.com/problems/subsets/description/ 문제 : Given an integer array nums of unique elements, return all possible subsets (the power set). The solution set must not contain duplicate subsets. Return the solution in an.. [LeetCode] - 73. Set Matrix Zeroes LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '중간 (Medium)' 단계인 "Set Matrix Zeroes" 문제입니다.--> https://leetcode.com/problems/set-matrix-zeroes/description/ 문제 : Given an m x n integer matrix matrix, if an element is 0, set its entire row and column to 0's.You must do it in place.Example 1:Input: matrix = [[1,1,.. [LeetCode] - 17. Letter Combinations of a Phone Number LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '중간 (Medium)' 단계인 "Letter Combinations of a Phone Number" 문제입니다.--> https://leetcode.com/problems/letter-combinations-of-a-phone-number/description/ 문제 : Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number co.. [LeetCode] - 3120. Count the Number of Special Characters LeetCode는 프로그래밍 문제를 풀며 코딩 실력을 향상할 수 있는 온라인 플랫폼입니다. 다양한 알고리즘 및 데이터 구조 문제를 제공하며, 면접 대비에 유용합니다. 해당 문제는, LeetCode Problems에서 볼 수 있는 난이도 '쉬움 (Easy)' 단계인 "Count the Number of Special Characters" 문제입니다.--> https://leetcode.com/problems/count-the-number-of-special-characters-i/description/ 문제 : You are given a string word. A letter is called special if it appears both in lowercase and uppercase in wor.. 이전 1 ··· 4 5 6 7 8 9 10 ··· 12 다음