잡역부의 콤푸타 알고리즘 도전
LeetCode String to Integer 문제를 풀어봅시다.
응? 쓰리... 뭐??
LeetCode 풀이
"(", ")"로 이루어진 Input string에서 유효한 괄호 substring 중 가장 긴 값을 리턴하라!
매트릭스 in-place로 돌려버리기!
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.
Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand.(i.e., \[0, 1, 2, 4, 5, 6, 7] might become \[4, 5, 6, 7,
범위 삽입하기
1부터 N까지의 수를 이용해 만들 수 있는 모든 Binary Search Tree의 갯수를 찾아라!