wbluke / Algorithm_PS

Algorithmic Problem Solving Strategies
https://algospot.com/
0 stars 0 forks source link

[CH07]QUADTREE #4

Closed wbluke closed 5 years ago

wbluke commented 5 years ago

https://algospot.com/judge/problem/read/QUADTREE

APSS_p189

wbluke commented 5 years ago

[My Point]

while (getline(cin, input)) v.push_back(input);

이 방법들이 vector에 하나씩 입력받는 거라는데 왜 난 자꾸 무한루프를 돌까.... 이거 고민하느라 아이디어는 구현하지도 못했다. 그래서 아직 답은 보지 않았다.

wbluke commented 5 years ago

[My Point]

[Idea Point]

[New Things]

wbluke commented 5 years ago

iterator의 특성 및 연산에 대해서 꼭 숙지하고 잘 써먹자!

[정답!]