Oops, an error occured!


The requested URL "program=-------------------------------------------------------------------------%0A--+Definitions+of+binary+search+trees%2C+inserting+and+in-order+traversal%3A%0A%0Adata+BinTree+a+%3D+Leaf+%7C+Branch+a+%28BinTree+a%29+%28BinTree+a%29%0A%0Ainsert+x+Leaf+%3D+Branch+x+Leaf+Leaf%0Ainsert+x+%28Branch+d+l+r%29%0A++%7C+x+%3C+d+%3D+Branch+d+%28insert+x+l%29+r%0A++%7C+x+%3E+d+%3D+Branch+d+l+%28insert+x++r%29%0A++%7C+otherwise+%3D+Branch+d+l+r%0A%0Ainorder+Leaf+%3D+%5B%5D%0Ainorder+%28Branch+d+l+r%29+%3D+inorder+l+%2B%2B+%5Bd%5D+%2B%2B+inorder+r%0A-------------------------------------------------------------------------%0A%0Atestdata+%3D+%5B9%2C2%2C6%2C3%2C5%2C4%2C1%2C7%2C8%2C0%5D%0A%0Amain+%3D+inorder+%28list2bst+testdata%29%0A+++++where+list2bst+%5B%5D+%3D+Leaf%0A+++++++++++list2bst+%28x%3Axs%29+%3D+insert+x+%28list2bst+xs%29%0A&upload%3Flang=curry" was not found on this server.
Back to home