Skip to content

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

Notifications You must be signed in to change notification settings

frazynondo/Same_mealCheck_pySolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

About

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages