Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fgregg/cocktails
Maximum number of cocktails within a fixed ingredient budget
https://github.com/fgregg/cocktails
Last synced: about 1 month ago
JSON representation
Maximum number of cocktails within a fixed ingredient budget
- Host: GitHub
- URL: https://github.com/fgregg/cocktails
- Owner: fgregg
- Created: 2023-01-04T17:40:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T02:28:21.000Z (about 2 years ago)
- Last Synced: 2024-10-15T09:55:54.388Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cocktails
Maximum number of cocktails within a fixed ingredient budgetA little recreational programming for finding an ingredient list that can make the maximum number of cocktails. Using Branch and Bound.
* 1 Ingredient
* No cocktails
* 2 Ingredients
* 1 Cocktail
* Black Russian
* Ingredients
* Coffee liqueur
* Vodka
* 3 Ingredients
* 2 Cocktails
* Black Russian
* White Russian
* Ingredients
* Coffee liqueur
* Cream
* Vodka
* 4 Ingredients
* 2 Cocktails
* Sidecar
* White Lady
* Ingredients
* Cognac
* Gin
* Lemon juice
* Triple sec
* 5 Ingredients
* 3 Cocktails
* Between the sheets
* Daiquiri
* Sidecar
* Ingredients
* Cognac
* Lemon juice
* Simple syrup
* Triple sec
* White rum