Skip to content

A simple University Management System using different types of Tree Data Structure in C++ language

Notifications You must be signed in to change notification settings

muhammadhamzaazhar/University-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University Management System

                In this project, I develop an entire management system of a university by implementing the core 
                concepts of Data Structures & Algorithms such as Linked List, Stacks, Queues, Trees, etc. 

Functions

                This Project will have operations for Administration, Students & Applicants.   
                -	Admin can appoint teachers, departments, grant admission, etc.  
                -	Students can check their details like GPA, attendance, etc.   
                -	Applicants can apply in the University.

System Design

• Home Screen

• Student Module

    1) Search Student by his/her ID
    2) Select Courses for Student
    3) Print FeeBill as per selected courses

Admin Module

Manage Teachers

    1) Add Teachers
    2) Display All
    3) Display Tree
    4) Search Teacher by ID
    5) Update Teacher by ID
    6) Delete Teacher by ID
    7) Delete All

Manage Students

    1) Add Students
    2) Display All
    3) Display Tree
    4) Search Student by ID
    5) Update Student by ID
    6) Delete Student by ID
    7) Delete All

Manage Courses

    1) Add Courses
    2) Display All
    3) Display Tree
    4) Search Course by ID
    5) Update Course by ID
    6) Delete Course by ID
    7) Delete All

Screenshots

Home Screen

home screen

Student Module

student module

Admin Module

admin module

About

A simple University Management System using different types of Tree Data Structure in C++ language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages