Skip to content
/ datastructs Public template
forked from rkarra1/datastructs

Implementations of classic data structures in C

Notifications You must be signed in to change notification settings

cliao4/datastructs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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 23 Nov 11:30:00 EDT 2022
Stacks and Queues Wed 23 Nov 11:30:00 EDT 2022
Binary Search Tree 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

Languages

  • C 93.2%
  • Makefile 6.8%