This is an implementation of a few linear data structures in C++ and Java. The following data structures were implemented from scratch: -Linked list -Dynamic array -Circular list -Queue -Stack -Priority Queue