CareerCupid
Sign In
Sign Up
Question
When facing a new and complex problem, what is your preferred strategy to solve it?
Your Answer:
Study the underlying theory, design one system that can solve the general case. implement it.
Trial-and-error. Implement something that passes the first test-case, go back to the drawing board only when hitting a wall.
Break the problem apart, take existing solutions for these smaller problems, implement whatever glue is required to connect these subsystems together.
Login to respond