Skip to content
D

DynamicList

This is a program that creates a list that can be used for shopping. It has the ability to optimally split the items to get close to even pricing between two individuals. It takes advantage of vectors and min priority queues in c++ stl.