This application takes in a user input of a budget and then outputs a the most varied and healthy wholesale foods that can be bought as a grocery list given the previously mentioned budget. Final project repository for 2XB3 - the project folder structure is outlined below.
BY: Ridhwan Chowdhury, Rehan Theiveehathasan, Edwin Do, Timothy Chen, Brian Kibazohi
Either compile with javac, or import the archive file named ezHealth_Final.zip found in Eclipse Exports into Eclipse, and run Read.java (this is the file that contains the main method). Upon running the program, wait until prompted to input a positive valued budget for your grocery list. The program will then generate traces.txt which contains a saved copy of the output that is printed to the console.
Holds the archive files of our final project submissions from Eclipse.
All Java source files go here. Please note that EdgeWeightedDigraph.java, DirectedEdge.java, and Bag.java were all referenced and sourced from: https://algs4.cs.princeton.edu/code/ The code was then modified to fit our project description.