Skip to content

Instantly share code, notes, and snippets.

@dtran320
Last active December 20, 2016 20:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dtran320/9de27601911dbab9fe20 to your computer and use it in GitHub Desktop.
Save dtran320/9de27601911dbab9fe20 to your computer and use it in GitHub Desktop.
startup.py
def build_startup(team, product, market, cash):
while team and cash > 0:
while not fits(product, market):
apply_breadth_first_search() # Apply with heuristics
apply_depth_first_search()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment