목록PS/LeetCode (622)
넘치게 채우기
https://leetcode.com/problems/bitwise-and-of-numbers-range/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 Leetcode - Bitwise AND of Numbers Range 문제 유형 : 비트마스킹 문제 난이도 : Medium 문제 Given two integers left and ri..
https://leetcode.com/problems/missing-number/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 Leetcode - Missing Number 문제 유형 : 정렬, 해시, 비트마스킹, 수학 문제 난이도 : Easy 문제 Given an array nums containing n distinct number..
https://leetcode.com/problems/power-of-two/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 Leetcode - Power of Two 문제 유형 : 비트마스킹, 재귀 문제 난이도 : Easy 문제 Given an integer n, return true if it is a power of two. Oth..
https://leetcode.com/problems/meeting-rooms-iii/ LeetCode - The World's Leading Online Programming Learning Platform 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 Leetcode - Meeting Rooms III 문제 유형 : 우선순위 큐 문제 난이도 : Hard 문제 You are given an integer n. There are n rooms numbered from 0 to ..
https://leetcode.com/problems/furthest-building-you-can-reach/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 Leetcode - Furthest Building You Can Reach 문제 유형 : 우선순위 큐, 그리디 문제 난이도 : Medium 문제 You are given an i..
https://leetcode.com/problems/least-number-of-unique-integers-after-k-removals/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 Leetcode - Least Number of Unique Integers after K Removals 문제 유형 : 그리디, 해시, 정렬, 우선..
https://leetcode.com/problems/find-polygon-with-the-largest-perimeter/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 Leetcode - Find Polygon With the Largest Perimeter 문제 유형 : 그리디, 정렬 문제 난이도 : Medium 문제 You ar..
https://leetcode.com/problems/rearrange-array-elements-by-sign/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 Leetcode - Rearrange Array Elements by Sign 문제 유형 : 구현 문제 난이도 : Medium 문제 You are given a 0-indexed..
https://leetcode.com/problems/find-first-palindromic-string-in-the-array/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 Leetcode - Find First Palindromic String in the Array 문제 유형 : 문자열 처리 문제 난이도 : Easy 문제 Giv..
https://leetcode.com/problems/cherry-pickup-ii/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 LeetCode - Cherry Pickup II 문제 유형 : 다이나믹 프로그래밍 문제 난이도 : Hard 문제 You are given a rows x cols matrix grid representin..