FI Learning

For learning with practice. Posts are not private and could end up on Bing.

Project steps: solving basic coding challenges

This is what I do.  Since I always solve them, I count them as a project that I currently do that is successful. 

  1. Check the tags, if it has "algorithms" in it...
  2. Click on it
  3. Read the instructions.
  4. Write what I understood on the top of an Idea Tree
  5. Think about what things I need to do to solve it. The steps not the means.
  6. Write down my first thoughts and questions
  7. Write down the specific steps to take. 
  8. Write the code ( i don't know how to call the place where I write the code)
  9. test
  10. Write if it was successful
  11. If not, write down the problem and questions that come up.
  12. Go back to step five and repeat.