Skip to content

COEN 12 – Abstract Data Types and Data Structures lab focused on designing and implementing abstract data types, including arrays, linked lists, stacks, queues, hash tables, priority queues, and trees, while analyzing their efficiency.

Notifications You must be signed in to change notification settings

aydendauenhauer/COEN12-Abstract_Data_Types_and_Data_Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COEN12-Abstract_Data_Types_and_Data_Structures

This repository contains my COEN 12 - Abstract Data Types and Data Structures lab projects, implemented in C at Santa Clara University. The goal of these labs is to practice designing and implementing core data structures and algorithms, including sets, lists, hash tables, priority queues, trees, and sorting methods, with an emphasis on modular design, dynamic memory management, and file I/O. The repository includes C source files for the lab implementations as well as any helper modules and header files. This project is shared for personal reference and portfolio purposes only. If you are currently enrolled in COEN 12, please do not copy this work or submit it as your own. Follow SCU’s academic integrity policies.

About

COEN 12 – Abstract Data Types and Data Structures lab focused on designing and implementing abstract data types, including arrays, linked lists, stacks, queues, hash tables, priority queues, and trees, while analyzing their efficiency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published