You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
이진트리 (Binary Tree)
트리 구조에서 각 노드가 최대 2개의 자식노드를 갖는 계층적인 구조입니다.
자식노드의 개수가 최대 2개이기 때문에 없을 수도 있고 한개만 있을 수도 있습니다.
이진트리의 종류?
Full Binary Tree
Complete Binary Tree
Skewed Binary Tree
Binary Search Tree
Balanced Binary Tree
Beta Was this translation helpful? Give feedback.
All reactions