리트코드(leetcode) / 윈도우 알고리즘 / minimum window substring
https://leetcode.com/problems/minimum-window-substring/ Minimum Window Substring - LeetCode 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 문제 번역 각 m와 n의 길이를 가진 s와 t라는 string이 주어집니다. t가 가진 모든 글자를 포함(중복되는 글자도 고려)하는 s의 부분 문자열 중 가장 작은 값을 구하시오. 해당되는 값이 없다면 빈 문자열을 반환합니다. 예시 Input: s = "ADOBECODE..
소프트웨어/자료구조 + 알고리즘
2022. 11. 16. 02:55