Thread: newbie needs help...

  1. #1
    Registered User
    Join Date
    Jul 2007
    Posts
    3

    Smile newbie needs help...

    hello everyone

    im a newbie in C++ programming and i am having a very hard time understanding sorting....

    can you guys please help me with this:

    bubble sort, selection sort and insertion sort...

    algorythims and explaination on how they work will be very much appreciated...

    thanks..

  2. #2

  3. #3
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    There's also this:
    http://linux.wku.edu/~lamonml/algor/sort/sort.html

    Which discusses 7 algorithms in some interesting detail
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  4. #4
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Actually I was skimming through the revised Eternally Confuzzled website (didn't know it was revised. Nice work Prelude and Team!) and Prelude's approach is much more comprehensive despite her claims at the end.

    You might like this better:
    http://eternallyconfuzzled.com/tuts/...t_sorting.aspx
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. getting to grips with allegro and ms vc++ (newbie)
    By jimjamjahaa in forum C++ Programming
    Replies: 4
    Last Post: 11-18-2005, 07:49 PM
  2. Newbie in problem with looping
    By nrain in forum C Programming
    Replies: 6
    Last Post: 11-05-2005, 12:53 PM
  3. Newbie Programmer
    By Extropian in forum C++ Programming
    Replies: 3
    Last Post: 05-18-2004, 01:17 PM
  4. C++ newbie / linux not so newbie question
    By goldmonkey in forum C++ Programming
    Replies: 7
    Last Post: 12-13-2003, 12:27 PM
  5. Newbie Game Develpoers Unite!
    By Telenosis in forum Game Programming
    Replies: 10
    Last Post: 06-22-2002, 02:02 PM