You are given a rectangular cake of size h x w and two arrays of integers horizontalCuts and verticalCuts where:
algorithm Leetcode
decorus-kazuma’s blog. on 22-03-31
You are given two strings order and s. All the words of order are unique and were sorted in some custom order previously.
decorus-kazuma’s blog. on 22-03-28
You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, height[i]).
algorithm Leetcode Two Pointer series-bcdf5b3-Leetcode-Two-Pointer-Sliding-Window
문자열 s 가 주어졌을 때 겹치는 문자가 없는 부분 문자열의 길이를 반환하라.
algorithm Leetcode Sliding Window series-bcdf5b3-Leetcode-Two-Pointer-Sliding-Window