Skip to content

calebickler/C_Data_Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of algorithms in C for storing employees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages