반응형
* 정답
1. Thread |
11. 그림 참고 |
2. Daemon |
12. Controller, View, Model |
3. Memory leak(메모리 누수) |
13. O(2^n) |
4. Linker |
14. O(n^2) |
5. DNS |
15. O(1), O(n) |
6. UDP |
16. 1번 ( len(A)=N, len(B)=M일 때, (N+M)logN < (N+M)logM ) |
7. AJAX |
17. Stack |
8. Struck(구조체) |
18. Hash, Tree (참고 : https://en.wikipedia.org/wiki/Database_index#Index_implementations) |
9. Inheritance(상속) |
19. Queue |
10. Transaction(트렌잭션) |
20. C,D,B,I,F |
11.
20.
* 문제 출처
http://tech.kakao.com/files//kakao-blind-recruitment.pdf
http://tech.kakao.com/2017/11/14/kakao-blind-recruitment-round-3/
반응형