kdjun97 / blog-comments

For blog comments
0 stars 0 forks source link

algorithm/baekjoon-1764/ #9

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

[백준 1764] 듣보잡 | Jumy

STL Map을 이용한 풀이

https://kdjun97.github.io/algorithm/baekjoon-1764/

BulTTaeng commented 2 years ago

find 함수는 O(N)이 걸립니다. 알고리즘 풀이에서는 거의 사용되지 않는다고 볼 수 있어요~ binary search나 map , priority queue를 이용하는 것을 습관 화 해보세요~