*help*to solve sorting and searching algorithm

Discussion in 'C' started by yuentong, Mar 7, 2009.

  1. yuentong

    yuentong New Member

    Joined:
    Mar 7, 2009
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    help!
    i m a newbie in programming and i have to solve this question in c++ programming. i m having a problem in solving this question..
    i dont know where to start my program..
    can any one give me some idea?

    a. Enable user to create and manipulate a list of items (must be able to read integers, characters and strings).
    b. Enable user to sort the list. (any sorting algorithm except naïve sort)
    c. Enable user to search a particular item in the list. (use any searching algorithm)
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    If you have no idea at all where to start (which is to define a main() function) then this task is way beyond you and it would be advisable for you to go on a programming course.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice