Problem Solving/리트코드

    [리트코드] 18. 4Sum

    [리트코드] 18. 4Sum

    문제 링크 https://leetcode.com/problems/4sum/ 4Sum - LeetCode Can you solve this real interview question? 4Sum - Given an array nums of n integers, return an array of all the unique quadruplets [nums[a], nums[b], nums[c], nums[d]] such that: * 0

    [리트코드] 11. Container With Most Water

    [리트코드] 11. Container With Most Water

    문제 링크 https://leetcode.com/problems/container-with-most-water/ Container With Most Water - LeetCode Can you solve this real interview question? Container With Most Water - 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]). Find two lines that toget leetcode.com 문제 설명 제한사항 n == height.lengt..