АП
Size: a a a
АП
АП
АП
АП
АП
АП
RB
function walkTree(node) {
console.log(node.id);
for (const child of node.children) {
walkTree(child);
}
}
АП
АП
function walkTree(node) {
console.log(node.id);
for (const child of node.children) {
walkTree(child);
}
}
RB
RB
АП
RB
АП
АП
RB
RB
АП
RB
АП