목록PS/LeetCode (621)
넘치게 채우기
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 ..
https://leetcode.com/problems/minimum-window-substring/description/?envType=daily-question&envId=2024-02-04 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 - Minimum Window Substring 문제 유형 : 투 포인터, 슬라이딩 윈도우 문제 난이도 ..
https://leetcode.com/problems/partition-array-for-maximum-sum/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 - Partition Array for Maximum Sum 문제 유형 : 다이나믹 프로그래밍 문제 난이도 : Medium 문제 Given an integer ar..
https://leetcode.com/problems/sequential-digits/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 - Sequential Digits 문제 유형 : 구현 문제 난이도 : Medium 문제 An integer has sequential digits if and only if each di..
https://leetcode.com/problems/divide-array-into-arrays-with-max-difference/description/?envType=daily-question&envId=2024-02-01 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 - Divide Array Into Arrays With Max Di..
https://leetcode.com/problems/daily-temperatures/description/?envType=daily-question&envId=2024-01-31 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 - Daily Temperatures 문제 유형 : 스택, 모노토닉 스택 문제 난이도 : Medium 문제 Give..