Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NicholasEli/1798301a030a3908dbcfa27b244be0b8 to your computer and use it in GitHub Desktop.
Save NicholasEli/1798301a030a3908dbcfa27b244be0b8 to your computer and use it in GitHub Desktop.
1. Understanding the problem
a. Can you restate the problem in your own words?
b. What are the input that go into the problem?
c. What are teh outputs that should come from the solution of the problem?
d. Do you have enough information to solve the problem?
e. What should you label the important pieces of data in the problem?
2. Create Examples
3. Break it down
a. Write downs steps of problem in a comment latter
4. Solve or Simplify
5. Refactor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment