Concept
Computer Science
Data structure
Graph
Tree
Binary tree
Self-balanced treeBinary search treeBinary tree traversal pattern

Binary tree

A tree data structure with no circular references where each node contains a value and can have at most 2 children, typically named left and right.

External Resources

Jumpstart your CareerBook a free session
Stay ConnectedYouTube
CoachMatt.io © 2022