BrandonArmand / Binari

Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of Data Structures.
https://binari.dev
MIT License
177 stars 111 forks source link

#13 Fix binary tree crash when inserting null value #51

Closed NKaty closed 4 years ago

NKaty commented 4 years ago

Added check for null in draw function of Canvas component.