Expression Manager

  • Createed algorithm to solve complex expressions
  • Created conversions to Infix Postfix and Prefix notation
  • Checked for validity of expressions

Online Bakery

  • A demonstration of object-oriented programming and inheritance
  • Created online bakery with removable items that self update with price quantity and attributes
  • Created item objects to contain quantity attributes and price

Railroad

  • An exploration of Deques - creating vectors to simulate queues, stacks, and FIFO data structures
  • An exercise in inheritance, abstract classes and template classes