How Algorithms Changed The World
Written by Mike James   
Saturday, 26 January 2013

This infographic sets out to show the impact programming has had. It is indisputable that software has touched most things in the modern world, but you might still be surprised by the selection of algorithms in this chart.

This infographic, prepared by College Degree Search, is clearly designed to generate some enthusiasm among students for studying the most important subject of all - programming. However, it does raise some interesting questions about what exactly and algorithm is.

The definition it provides is

An algorithm is a set of instructions for solving a problem or performing a task.

and while this is true doesn't this apply at a mathematical formula as well? Isn't the traditional well known formula for the roots of a quadratic equation an algorithm by this definition?

Yes of course it is!

The point is that programming is mathematics without the abbreviated symbols - but don't tell the students this because it might just put them off.

Take a look at the infographic - be warned it is big and deserves to be printed out and put on a wall somewhere - and see what you think about the choice of algorithms.

 

infoalgorithmsSMALL

 

 

You can get an even higher resolution version from: College Degree Search.

While the first example, the Euclidean algorithm, seems fine as an algorithm, the second, the quadratic algorithm, doesn't seem quite as good. Programming and algorithms that belong more to programming than math have the property that they use iteration and conditional logic in a way that math formulas usually don't. While the Euclidean algorithm does include iteration the quadratic algorithm doesn't.

You can pick and choose which algorithms you think belong to programming and which to math. Personally I'm pleased to see the Fast Fourier Transform in the list. It is difficult to appreciate how much change this improvement from an order N2 to an order NlogN algorithm brought about. It probably deserves the accolade of algorithm of the century - but that would be 20th not 21st.

 

infoalgorithmsICON

In this context, I suppose what really matters is choosing the algorithms that would impress a potential student to take up the challenge of implementing and creating new algorithms.

So what would you pick to be the poster child for programming? Please let us know using the Comments.

 

More Information

College Degree Search.

Related Articles

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


The WinterJS Javascript Runtime Is Asking For Your Attention
11/04/2024

WinterJS is a brand new Javascript runtime by Wasmer which comes with the claim that it's the fastest of them all. Let's find out if that holds true.



The University of Tübingen's Self-Driving Cars Course
22/03/2024

The recorded lectures and the written material of a course on Self-Driving Cars at the University of Tübingen have been made available for free. It's a first class opportunity to learn the in an [ ... ]


More News

 

 

Last Updated ( Saturday, 26 January 2013 )