Notice
Recent Posts
Recent Comments
Link
목록sliding-window (1)
허허의 오늘은 뭐 먹지?
[Leetcode] 438. Find All Anagrams in a String
모든 Anagram을 찾는 문제입니다. https://leetcode.com/problems/find-all-anagrams-in-a-string/ Find All Anagrams in a String - 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 이 문제는 sliding window 알고리즘을 사용하는 대표적인 문제 중 하나입니다. 어떻게든 노가다로 문제를 풀 수는 있지만 sliding window를 사용하지 않는다면 좋은 성능으로 풀기 어려운 문제입니다...
SW/알고리즘
2021. 2. 28. 01:19