Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Cocktails
Maximum number of cocktails within a fixed ingredient budget

A 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