Algorithm Mapping
3
I like to hear from you one algorithm problem that you can map to real life application. For example Suppose I ask you "How many distinct ways to climb stairs one or two steps at a time ?". You may not feel solving it as you dont see the relation to the real world problem". Let me make it more interesting for you
A message containing letters from A-Z is being encoded to numbers using the following mapping:
'A' -> 1 'B' -> 2 .. 'Z' -> 26
Given an encoded message containing digits, determine the total number of ways to decode it.
Now that's make you feel solving the problem rather than solving the boring stair case problem !!! . BUT both are exactly same problem if you think !! There are many problems around us which can be mapped to very interesting real application problem.
I like to hear one from you also .....