You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was once asked on a Yelp SWE interview to write code that add a list of meals and a same meal checker function. Thought I should share my solution here in both Java[For Java solution go into the Java Algo section ] and Python. I took the Builder Design Pattern approach which enables us to apply same method chaining when adding recipes. Enjoy