Writing Algorithims
Last updated
Last updated
Learning the functions and syntax in text based language is NOT the hard part. Writing efficient algorithims to solve a problem is the hard part because it requires abstract thinking about both the problem and the possible solution.
Before we start programming, either creatively or to solve a problem, we should plan or visualize our program code. We can use this plan to develop specific instructions for the computer
We can use flowcharts or psuedoce in planning - in this class we will focus more on psuedocode. However, visual thinkers should feel free to use flowcharts if they produce better investigative thinking or program design. Programming styles are individual!