What is the use of algorithms ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yusufjammy
    New Member
    • Jan 2010
    • 39

    What is the use of algorithms ?

    After learning algorithms what can we do ? please reply with some example .
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    well, I’d say we don’t have to prove the way we calculate every time.
    _______________ ___
    “Two things are unlimited, the human stupidity and the universe. But I’m not sure about the universe.”

    Comment

    • shabinesh
      New Member
      • Jan 2007
      • 61

      #3
      what is the use of a map before you travel? Algorithm is kind of a map and travel is solving problems

      Comment

      • Dheeraj Joshi
        Recognized Expert Top Contributor
        • Jul 2009
        • 1129

        #4
        There is lot of help you get after learning algorithms.

        Say you know all kind sorting techniques. Assume now you have to create a application where sorting comes into picture. So how you will select the good sorting technique out of them.? Well, it may be depending on the input items to be sorted,executio n time etc.....

        If you don't know algorithms, you will come up with your own way of doing things and it may be costly when it comes to memory and time.(Believe me, you will end up in using too much memory and consume a lot of time too)

        Regards
        Dheeraj Joshi

        Comment

        Working...