Read my reviews on tons of different topics. Movies, Music, Food, Television, Internet, and lots more. If your looking for an honest opinion about something, you've come to the right place. Enjoy!

Sunday, February 16, 2014

Learning Algorithms For Computer Programming

Are you looking for exercises in order to become a computer programmer or software developer? Here is a site that gives you calculations in order to improve your skills. Visit http://algorithmexercises.com/.

Orthography can be different for writing algorithms but the process is the same. Any algorithm can be translated to any programming language, for students be careful to follow the orthography required by your teacher or school to avoid losing points. The main is whatever the orthography or the way the algorithm is written and they provide the right process to resolve problems and get accurate results.

Below is an example of one of the calculations that you will see on their site.

Calculation priority rules:
Our algorithms have been written to calculate values following the rules below .
Priority 1: the operation between parentheses must be calculated first
Example: 3 * 6 + (4-1) = 3 * 6 + 3 = 21 ((4-1) is calculated first)

Take a look at the site when you get a chance and do some of the calculation exercises. There should be more to come in the near future.