w8r/avl

isEmpty() doesnt seem to work

Closed this issue · 2 comments

nh916 commented

I'm using the tree and a few times i have been checking for is empty and I have been getting true when there is one node still in there so i have to do tree.size >= 1 instead. If we can get the isEmpty function to work all the better because i hate hard coding anything. Cheers mate!

nh916 commented

i think the reason it didnt work for me was because i was bumping into async stuff in js, where its running things in different order. would tagging the isEmpty() function with async help the problem?