# Introduction In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. In this challenge, we will create a list for each level of a binary tree.
Click the virtual machine below to start practicing