/cs261-DataStructures

Projects and Assignments from my Data Structures class at Oregon State University

Primary LanguageCMIT LicenseMIT

cs261-DataStructures

Projects and Assignments from my Data Structures class at Oregon State University

Build Status

Assignment 0 - Write a small program in C to become familiar with C syntax. (Previous courses in C++)

Assignment 1 - Pointer practice. Given code and asked to fill in blanks.

Assignment 2 - Dynamic Array data structure. Given code and asked to fill in implementation bits.

Assignment 3 - Deque and Bag implementations with linked list and with dynamic array. Given code and asked to fill in implementation bits.

Assignment 4 - Binary search tree. Instructor provided code structure/tests and asked us to write implementation