Showing posts from December, 2020Show all
MA303 Discrete Mathematics
IT201 Basics of Intelligent Computing
EC203 Digital System Design
CS201 Data Structures BTECH bit mesra question paper
BE101 Biological Science for Engineers btech 3rd semester bit mesra question paper
PH113 Physics btech 2nd semester bit mesra
CS101 Programming for Problem Solving btech question paper
EE101 Basics of Electrical Engineering BTECH 2nd semester bit mesra question paper
MA107 Mathematics II bit mesra BTECH 2nd semester question paper
Program to implement binary search on an ordered list and to compare the no. of key comparisons in different elements.
Program to implement construction of a BST, and to: a.   Insert element(s) into a non empty BST  b.   Delete element(s) from a non empty BST   c.   Search for an element in a BST   d.   Retrieve elements of the BST in a sorted order.
 Program for creation of binary search tree and counting the no. of leaves in it.
Program to create an expression tree and traverse it in Inorder.