Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

CvSU Vision CvSU Mission

The premier Cavite State University shall provide


Republic of the Philippines
University in historic excellent, equitable, and relevant
Cavite recognized for CAVITE STATE UNIVERSITY educational opportunities in the arts,
excellence in the Tanza Campus sciences, and technology through quality
development of Bagtas, Tanza, Cavite instruction and responsive research and
globally competitive 🕾 (046) 414-3979 development activities.
and morally upright www.cvsu.edu.ph It shall produce professional, skilled,
individuals. and morally upright individuals for global
competitiveness.

DEPARTMENT OF INFORMATION TECHNOLOGY

DCIT 25 : Data Structure and Algorithm

Name: ______________________________________________________ Score: ___________________

Objectives of the Exercise


This exercise aims to enable the student to:
1. Understand the concept of Binary Tree in Data Structures and Algorithm;
2. Understand the different types and approach of Binary Tree Data Structure; and
3. Create algorithm based on the given Java program.

Procedures
o Create a Binary program.
o The user will ask to input 5 elements in Tree.
o And then display;
o Pre Order Transversal
o In order Traversal
o Post above Transversal
o Level Order Transversal

Output:

You might also like