Skip to content

As part of our Data Structures Internal Assessment, Varshaah & I created an Employee Management System in C using Singly Linked List

Notifications You must be signed in to change notification settings

shrutityagi4102/EmployeeManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Employee Management System in C using Singly Linked List

As part of our Data Structures Internal Assessment, Varshaah & I created an Employee Management System in C using Singly Linked List

Here is the link to our report : https://drive.google.com/file/d/19mOjOzELLn3RQn1lCHQQnMWJZsBUd4y0/view?usp=sharing

Problem statement

Design and implement a menu-driven program in C using Singly Linked list for creating and managing a company’s employee record.

The Singly Linked List of employee data has the following fields:

  • Employee number
  • Name
  • Designation

Following Functions are achieved by the Employee Management System :

  • To Create a Record of N Employee’s data consisting of their Employee number, Name and Designation, using Singly Linked List.
  • Perform Insertion and Deletion on any employee data in the Singly Linked List as per company’s requirement
  • Display the whole updated employee record from the Singly Linked List
  • Search for an Employee using their Employee Number, in the Singly Linked List

Hence, To Create an Employee Management System using a Singly Linked List to manage a company’s Employee record efficiently.

Schematic Working of our Employee Management System

Screenshot 2022-02-12 at 7 56 22 PM

About

As part of our Data Structures Internal Assessment, Varshaah & I created an Employee Management System in C using Singly Linked List

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages