Monday, April 26, 2010

The General Lee method

Thinking back, I learned some valuable things in college applying to unexpected areas of my life. Here is one such example.

I took a Physics class from a really old professor. The only two things I remember from that class is the professor talking about his grandma and how to solve problems. The professor would always explain solving problems in terms of the Robert E. Lee method and the Ulysses S. Grant method. As you may recall, Robert E. Lee was a very crafty and efficient general who made due with the resources he had. General Grant, on the other hand, was successful in large part because of the advantage in more resources and men. Some physics students, apparently, adhered to the inefficient General Grant approach in solving physics problems.

In another class, computer science, I learned about the same concept under a different name: the brute force technique. The technique involves a non-elegant algorithm that exhaustively iterates over and over until a solution is found. The advantage to this technique is that it's an easy way to approach solving a problem. The downside is that the implementation of the brute force technique is inefficient, drains resources, and can be so much slower in solving the problem. Some students, were a little too eager to jump into tackling the problem without thoroughly planning ahead. And without mapping out the best approach, the code turned brute.

The same dichotomy exists with everything in life. Everything (e.g. school, work, fitness, friendships) can be done efficiently or non-efficiently. Over time and with practice, one can become more efficient at anything. If you have extra time, money, or resources to burn, maybe you can afford the brute force approach. But not me; I always need more time. My name is not Robert E. Lee, but I am becoming Mr. efficiency.

2 comments:

Savanna said...
This comment has been removed by the author.
Savanna said...

I can compare my level of efficiency only to that of Rumpelstiltskin.

Perhaps I should carry a portrait of General Lee.