Skip to content

Shopping Cart Java project that adds cheap and best item of each category into cart with the budget limit.

Notifications You must be signed in to change notification settings

Aniva12003/shoppingcart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shoppingcart

Shopping Cart Java project that adds cheap and best item of each category into cart with the budget limit.

ShoppingCartApp creates 20 categories with 10 items each. The items are sorted in such a way that least total valued and best rating item are sorted first. The categories list is then sorted in such a way that the category with least total valued item appears first. The result is calculated by adding each category's item until the total cost is below the budget limit of $50.

Java Version 1.8

About

Shopping Cart Java project that adds cheap and best item of each category into cart with the budget limit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%