Find All Possible Recipes from Given Supplies

Опубликовано: 18 Июль 2022
на канале: coding interview questions
924
15

😭 Please subscribe!
   / @optimized_code  

❤️ Thank you if you already have.


Palindrome Linked List:    • 234. Palindrome Linked List - Easiest...  

Bus Routes:    • Bus Routes - Leetcode 815 - Java - Le...  

Min Stack:    • Min Stack - Leetcode 155  

Fizz Buzz:    • Fizz Buzz - Java - Fastest Solution  

Lowest Common Ancestor of a Binary Tree:    • 1650. Lowest Common Ancestor of a Bin...  

Find Leaves of Binary Tree:    • Find Leaves of Binary Tree | Leetcode...  

Top interview questions:
   • Top Interview Algorithm Solutions. Le...  


You have information about n different recipes. You are given a string array recipes and a 2D string array ingredients. The ith recipe has the name recipes[i], and you can create it if you have all the needed ingredients from ingredients[i]. Ingredients to a recipe may need to be created from other recipes, i.e., ingredients[i] may contain a string that is in recipes.

You are also given a string array supplies containing all the ingredients that you initially have, and you have an infinite supply of all of them.

Return a list of all the recipes that you can create. You may return the answer in any order.

Note that two recipes may contain each other in their ingredients.


Смотрите видео Find All Possible Recipes from Given Supplies онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь coding interview questions 18 Июль 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 924 раз и оно понравилось 15 людям.