[2002년 1회차 19번] 다음은 무엇에 대한 설명인가?
작성자 정보
- 유월드 작성
- 작성일
컨텐츠 정보
- 9 조회
- 목록
본문
(지문)
It moves down the tree toward the left until a null node is reached. The null node"s parent is then "visited", and the traversal continues with the node that is one to the right. If there is no move to the right., the traversal continues with the last unvisited node at the next higher level of the tree.
1. preorder traversal
2. postorder traversal
3. inorder traversal
4. BFS traversal
정답: 3
무료 해설은 유월드 기출 앱에서 확인할 수 있습니다.
[유월드 기출 - 무료 자격증 기출문제 앱]
| 안드로이드앱 설치(클릭) |
|
| IOS앱 설치(클릭) |
|
관련자료
댓글 0
등록된 댓글이 없습니다.