Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 329 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 329 Bytes

C_Data_Structures

Implemented linked list, binary tree, and 2-3-4 tree employee storage with dynamic memory allocation and proper class structure.

(algorithm).c - Driver program

Employee.c - Employee class

EmployeeList.c - Employee storage class (structure that holds the employees)

Employee.h - Header