Implementations of classic data structures in C
| Name | Email Address | Github Username |
|---|---|---|
- Dynamic Arrays/Vectors (vector.c)
- Linked List (list.c)
- Stack (stack.c)
- Queue (queue.c)
Include a writeup explaining what to do to build your project. Use code quoting to create code blocks listing the exact commands to use.
- [] 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.
| 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 |