Skip to content

Commit e077ebb

Browse files
committed
Adding missing tree diagram.
1 parent de10eb2 commit e077ebb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
%%% A binary tree that is not a binary search tree.
2+
3+
A((10))-->B((6))
4+
A-->C((13))
5+
C-->D((14))
6+
C-->E((12))

0 commit comments

Comments
 (0)