Skip to content

Comp-a-thon 2022, Bennett University. Coding Babas v3.3

Notifications You must be signed in to change notification settings

Buggermenot/KitchHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KitchHub: Recipe Database

Dedicated for 2 features:

  • Database of the recipes: [Work on this now]

    • What to store -> Attributes...
    • How to store -> Dict, Tables...
  • Search Algorithm for recipes:

    • For any set of user input (Ingredients). Must return all recipes that can be made.
  • Scope calculations:

    • Needs to be tested for larger data sets. Seems fast enough for 20k Recipes and 130 Ingredients
    • Needs to calculate time and space complexities.

DevLog:

04-09-22: @BuggerMeNot
Basic class created for Recipes.
Python program to generate random Recipes -> (Set of unique ingredients).
Python program to search recipes (Uses set intersections) -> "NOT DESIRED", Required -> Recipe Subsets that are possible with given input.
05-09-22: @BuggerMeNot
Updated algo for searching recipes; Works as intended. Good enough for presentation.

Comp-a-thon 2022, Bennett University. Coding Babas v3.3

About

Comp-a-thon 2022, Bennett University. Coding Babas v3.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages