post-thumbnail

LeetCode - Insert Interval

범위 삽입하기

2020년 9월 13일
·
0개의 댓글
·
post-thumbnail

LeetCode - Unique Binary Search Trees

1부터 N까지의 수를 이용해 만들 수 있는 모든 Binary Search Tree의 갯수를 찾아라!

2020년 9월 9일
·
0개의 댓글
·
post-thumbnail

Redux Toolkit - createSlice 알아보기

Redux Toolkit의 createSlice 활용하기

2020년 9월 5일
·
0개의 댓글
·
post-thumbnail

[알고리즘] LeetCode - 33. Search in Rotated Sorted Array

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,

2020년 8월 11일
·
0개의 댓글
·
post-thumbnail

[알고리즘] LeetCode - 42. Trapping Rain Water

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.

2020년 8월 10일
·
0개의 댓글
·
post-thumbnail

[알고리즘] LeetCode - 48. Rotate Image

매트릭스 in-place로 돌려버리기!

2020년 8월 7일
·
0개의 댓글
·

[알고리즘] LeetCode - 32. Longest Valid Parentheses

"(", ")"로 이루어진 Input string에서 유효한 괄호 substring 중 가장 긴 값을 리턴하라!

2020년 8월 6일
·
0개의 댓글
·
post-thumbnail

[알고리즘] LeetCode - 3Sum

응? 쓰리... 뭐??

2020년 7월 28일
·
0개의 댓글
·
post-thumbnail

[알고리즘] LeetCode - String to Integer(atoi)

LeetCode String to Integer 문제를 풀어봅시다.

2020년 7월 21일
·
0개의 댓글
·
post-thumbnail

[알고리즘] LeetCode - Two Sum

잡역부의 콤푸타 알고리즘 도전

2020년 7월 10일
·
0개의 댓글
·
post-thumbnail

typesafe-actions 활용하기

TypeScript로 redux 활용하기 최근 typescript로 react앱을 만들어 보던 중 redux, 특히 redux-saga 활용 시 불편한 점이 많아 이것저것 찾아보다보니 typesafe-actions라는 패키지가 있어서 간단한 활용법을 소개하고자 한다.

2020년 7월 6일
·
0개의 댓글
·