EvgenyKarkan / EKAlgorithms

EKAlgorithms contains some well known CS algorithms & data structures.
MIT License
2.42k stars 362 forks source link

Update to EKBTree.m #103

Closed klmitchell2 closed 8 years ago

klmitchell2 commented 8 years ago

On lines 32 & 35 need to set the parent for the node that is to be inserted (left or right child).

EvgenyKarkan commented 8 years ago

Thanks for PR.