Pseudo-coding 101

Pseudo-coding 101

5 years ago
Anonymous $syBn1NGQOq

https://medium.com/@braydenc303/pseudo-coding-101-b623d6b8820

Brayden CopleyBlockedUnblockFollowFollowingMar 28Photo by Campaign Creators on UnsplashMany people that struggle with learning to program need review on how to translate English into both math, and their programming language. This series intends to help you understand very specifically how to take what is said, or given to you in written form and build a mathematical function that you can then use to build your solution on. Think of this as Pseudo-coding 101.

However, in order to get to Pseudo-coding, we need to take a few steps first. We will begin with English and figure out how to translate that into math so that we can solve a specific problem. Once we can do that, we will then learn how to write an algorithm to solve many versions of a problem. Finally, we will take our algorithm and turn that into pseudo-code.