0% found this document useful (0 votes)
16 views6 pages

Abcd

Ghhhgggg

Uploaded by

anjupawar2323
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views6 pages

Abcd

Ghhhgggg

Uploaded by

anjupawar2323
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Bramhdevdada Mane Polytechnic Belati, Solapur

Third Semester
(Year: 2022-23)

Micro Project

‘Computer Graphics’ (22318)

Title of the Project: Perform traversing on binary search tree

Program: Computer Technology (CM3I)

Members of the Group

1. Swapnil shete Roll No. 2205

2. Abhishek patil Roll No. 2221

3. Snehal pawar Roll No. 2238

4. Sarthak patil Roll No. 2204

5. Roll No.

6. Roll No.
Maharashtra State Board of Technical Education, Mumbai

CERTIFICATE

This is to certify that,

Mr. /Ms Snehal pawar

Roll No. 2238 of First Semester of Diploma in

Computer Technology of Bramhadevdada Mane Polytechnic College has


completed the Micro Project satisfactorily in course ‘Computer Graphics’
(22318) for the academic year 2022-23 as prescribed in the curriculum.

Placesolapur Enrollment No 2109930076

Date 23/12/20022 Exam Seat No 199433

Course Coordinator HOD Principal

Institute Seal
C program code
# includeinclude< stdio. h>
#include<stdio.h>
Struct bet node
{
int value;
struct bt node*l;
}
*root=NULL, *temp=NULL, *t2, *+1;
void delete() ;
void insert();
void delete() ;
void inordaer(struct bt node*t)
void create () ;
void search (struct bt node*t) ;
void preoder(struct bt node*t) ;
Void search (struct bt node*(int data) ;
int smallset(struct bt node*t) ;
Int largest(struct bt node*t) ;
Introduction
Program Code
Output

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy