Skip to content

Calculates the profit margin of a set of sales using both an AVL tree and a Map, intended to compare the two data structures

Notifications You must be signed in to change notification settings

lmutter/MaxMargin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaxMargin

by Levi Mutter, Taylor Douglas, and Kyle Helstrom

Calculates the profit margin of a set of sales using both an AVL tree and a Map, intended to compare the two data structures.

Code is in C++ and the interface was created using glade and gtkmm 3.0.

A list of possible inputs for calculation in each category is given in inputs. The Sales Channel category can only either be Online, Offline, or All Sales Channels (default).

screenshot

Example inputs:

Europe, All Countries, Beverages, All Sales Channels

All Regions, Italy, Cereal, Online

All Regions, Finland, Clothes, Offline

About

Calculates the profit margin of a set of sales using both an AVL tree and a Map, intended to compare the two data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages