quiz-3(PC--E)

Opened: Monday, 7 December 2020, 3:00 PM
Due: Monday, 7 December 2020, 4:10 PM

Draw a full  binary tree from the following number which you can find out from your full name. Ex, A=1,B=2,C=3......  Suppose, Your  full name is    SAKIB AL HASAN

Here,

 S= 18

A=1

k=11

I=12

B=13

A= already taken, no need to consider

L=12

H=8

A=already taken, no need to consider

S=already taken, no need to consider

N=14

 so now add extra number from my self:    32,37,45,58,60,70       

So  ultimate numbers are: 18,1,11,9,2,12,8,14,  32,37,45,58,60,70 

1. is it complete binary tree? if not, make it complete binary tree

2. Traverse pre order 

3. Traverse post order

4. Traverse in order

5. write down the application of graph and binary tree