Well, my IT teacher always wants us to draw structure charts, flow charts, pseudo code or UML charts in order to plan our code before we actually get to the coding part. That's nothing for me, I always plan right while I am writing the code, but maybe such charts would help you?
You can draw lines and whatever you want to get the rough order first. You don't even need to write the explicit code in the beginning, it's totally fine if you just write stuff like "sort the array" and care later about how to actually sort it.
You can draw lines and whatever you want to get the rough order first. You don't even need to write the explicit code in the beginning, it's totally fine if you just write stuff like "sort the array" and care later about how to actually sort it.
Comment