Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.95 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.95 KB

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