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.
- Check the tags, if it has "algorithms" in it...
- Click on it
- Read the instructions.
- Write what I understood on the top of an Idea Tree
- Think about what things I need to do to solve it. The steps not the means.
- Write down my first thoughts and questions
- Write down the specific steps to take.
- Write the code ( i don't know how to call the place where I write the code)
- test
- Write if it was successful
- If not, write down the problem and questions that come up.
- Go back to step five and repeat.