+ Reply to Thread
Results 1 to 2 of 2

Thread: Write a program to check whether a tree is BST or not

  1. #1
    Surfer is offline Senior Member
    Join Date
    Mar 2010
    Posts
    321

    Write a program to check whether a tree is BST or not

    Write a program to check whether a tree is BST or not

  2. #2
    nitingupta180 is offline Junior Member
    Join Date
    Feb 2012
    Posts
    1
    Do the inorder traversal of the tree. and store the node values in array. If the array is sorted then it is BST \m/

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Write output of given program
    By TopGun in forum Microsoft
    Replies: 3
    Last Post: 13th June 2011, 22:27
  2. Replies: 1
    Last Post: 19th July 2010, 22:31
  3. Replies: 0
    Last Post: 18th July 2008, 12:28

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts