(2) 코테 주요 기출 정리
거의 템플릿처럼 외우기
문제 | 자료구조/알고리즘 |
---|---|
browserHistory | linkedList |
valid-parentheses | stack |
daily-temperature | stack |
twoSum | hashTable |
Longest Consecutive Sequence | hashTable |
Lowest Common Ancestor | tree |
Maximum Depth | tree |
Number of Islands | graph |
Shortest Path | graph |
⭐keys and rooms | graph |
Climbling Stairs | DP |
Coin Change⭐ | DP |
Unique Paths | DP |
Min Cost Climbing Stairs | DP |
Leave a comment