Skip to main content

Command Palette

Search for a command to run...

Day 20: Binary Trees

Updated
1 min read

Today I learned the concepts and definitions behind binary trees. Next up is to learn about binary search trees and start solving leetcode problems on this topic.

Day 20: Binary Trees