Community

Start a Thread


Notifications
Subscribe You’re not receiving notifications from this thread.

An Intro to Binary Trees and Binary Search Trees (Main Thread)

General • Asked over 6 years ago by Jake from AlgoDaily

Jake from AlgoDaily Commented on Nov 30, 2017:

This is the main discussion thread generated for An Intro to Binary Trees and Binary Search Trees.

bsanneh Commented on Dec 10, 2020:

I believe the post order traversal in the tutorial is wrong. It should be a-->c-->b-->f-->e-->d instead of a-->c-->f-->b-->e-->d

Jake from AlgoDaily Commented on Dec 15, 2020:

Thanks very much, bsanneh - this has been corrected.

bsanneh Commented on Dec 16, 2020:

oh wow! was not expecting a reply . I guess i will be posting some of the errors/typos that i see on the discussion now.

Jake from AlgoDaily Commented on Dec 25, 2020:

The team checks the community all the time :-) Don't hesitate to ask questions here!