Can u help to solve this code plss ?

Discussion in 'C' started by sujan.dasmahapatra, Jun 12, 2009.

  1. sujan.dasmahapatra

    sujan.dasmahapatra Member

    Joined:
    Jun 11, 2009
    Messages:
    39
    Likes Received:
    0
    Trophy Points:
    6
    Gender:
    Male
    C++ Relating Questions​
    1. ​
    Lottery Winners: A lottery ticket buyer purchases 10 tickets a week, always playing the
    same 10 5-digit “lucky” combinations. Write a program that initializes an array or a
    vector with thses numbers and then lets the player enter this week’s winning 5-digit
    number. The program should perform a
    linear search through the list of the player’s
    numbers and report whether or not one of the tickets is a winner this week. Here are the
    numbers:
    13579 26791 26792 33445 55555
    62483 77777 79422 85647 93121
    2.
    Lottery Winners Modification: Modify the program that you wrote for the above

    question so it performs a
    binary search instead of a linear search.

    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    Here whats meant by binary search and linear search ...I am completely ignorant about that plss explain me someone ....Thanks.
     
  2. SaswatPadhi

    SaswatPadhi ~ Б0ЯИ Τ0 С0δЭ ~

    Joined:
    May 5, 2009
    Messages:
    1,342
    Likes Received:
    55
    Trophy Points:
    0
    Occupation:
    STUDENT !
    Location:
    Orissa, INDIA
    Home Page:
    http://www.crackingforfun.blogspot.com
  3. sujan.dasmahapatra

    sujan.dasmahapatra Member

    Joined:
    Jun 11, 2009
    Messages:
    39
    Likes Received:
    0
    Trophy Points:
    6
    Gender:
    Male
    Thanks i'll check them and if i have any further doubt i'll let u know.
     

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