목록PS/LeetCode (586)
넘치게 채우기
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..
https://leetcode.com/problems/palindromic-substrings/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 - Palindromic Substrings 문제 유형 : 문자열 처리, 슬라이딩 윈도우 문제 난이도 : Medium 문제 Given a string s, return the nu..
https://leetcode.com/problems/largest-divisible-subset/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 - Large Divisible Subset 문제 유형 : 다이나믹 프로그래밍 문제 난이도 : Medium 문제 Given a set of distinct positive in..
https://leetcode.com/problems/perfect-squares/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 - Perfect Squares 문제 유형 : 수학, 다이나믹 프로그래밍 문제 난이도 : Medium 문제 Given an integer n, return the least number of ..
https://leetcode.com/problems/sort-characters-by-frequency/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 - Sort Characters By Frequency 문제 유형 : 문자열 처리, 해시, 정렬, 우선순위 큐 문제 난이도 : Medium 문제 Given a strin..
https://leetcode.com/problems/group-anagrams/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 - Group Anagrams 문제 유형 : 문자열 처리, 해시 문제 난이도 : Medium 문제 Given an array of strings strs, group the anagrams to..
https://leetcode.com/problems/first-unique-character-in-a-string/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 - First Unique Character in a String 문제 유형 : 문자열 처리, 해시 문제 난이도 : Easy 문제 Given a string ..