Skip to content
/ datastructs Public template

Implementations of classic data structures in C

Notifications You must be signed in to change notification settings

rkarra1/datastructs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datastructs

Implementations of classic data structures in C

Team

Name Email Address Github Username

Implemented Data Structures

  • Dynamic Arrays/Vectors (vector.c)
  • Linked List (list.c)
  • Stack (stack.c)
  • Queue (queue.c)

Building the Project

Include a writeup explaining what to do to build your project. Use code quoting to create code blocks listing the exact commands to use.

Instructions

-[] Send an email to the instructor listing your team members, emails, and Github usernames to form the team. -[] Update this README as you work on the project -[] Inspect the header files in include/datastructs -[] Implement functions in the source files listed in Implemented Data Structures -[] Complete the Makefile to build the project. -[] "Submit" the project on Brightspace by giving the SHA hash of the commit in the assignment comments for each checkpoint.

Deadlines

Objective Deadline
Form a team Sun 06 Nov 23:59:59 EDT 2022
Vector and List Wed 16 Nov 11:30:00 EDT 2022
Stacks and Queues Wed 23 Nov 11:30:00 EDT 2022
Binary Search Tree Wed 30 Nov 11:30:00 EDT 2022
Graph Wed 07 Dec 11:30:00 EDT 2022

About

Implementations of classic data structures in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published