Search:

Type: Posts; User: george

Search: Search took 0.20 seconds.

  1. Replies
    3
    Views
    5,100

    [SOLVED] Re: Interpolation Search for Strings ??

    NEVER MIND , SOLVED IT MY SELF, THANKS THOUGH FOR THE REPLY
  2. Replies
    3
    Views
    5,100

    [SOLVED] Re: Interpolation Search for Strings ??

    ok lets say i have an array with 10000 codes in it : ex ACF02592
    DAK30103
    PMD15123
    GFP65159
    DTO31914
    FIE58434
    HTK71910
    RKB17101
    OGE14649
    MLK12111
  3. Replies
    3
    Views
    5,100

    [SOLVED] Interpolation Search for Strings ??

    ok, this is for Int types. My problem is that i have to use InterpolationSearch for Strings. For numbers sure it works fine.

    Can someone help me with this algorithm please?


    public static...
  4. Replies
    8
    Views
    2,813

    [SOLVED] Re: I Need some help for a java project

    ok solved this problem ( up to B6)
  5. Replies
    8
    Views
    2,813

    [SOLVED] Re: I Need some help for a java project

    Based on what youve given me, i tried :



    class Client{
    String code;
    int age;
    int books;
    int total;
    String decifit;
  6. Replies
    8
    Views
    2,813

    [SOLVED] Re: I Need some help for a java project

    thanks helloworld922 , you're the only one who replied after 60 + views

    can you help me with the recursive method ??

    I need to write a recursive method which calculates the average value of...
  7. Replies
    8
    Views
    2,813

    [SOLVED] Re: I Need some help for a java project

    can anyone help ??
  8. Replies
    8
    Views
    2,813

    [SOLVED] Re: I Need some help for a java project

    Ok , Solved that problem






    /**
    *
    * @author George
  9. Replies
    8
    Views
    2,813

    [SOLVED] Re: I Need some help for a java project

    ok i think i've made some progress on this but i still need help.

    This time i get an "NullPointerException"


    import java.io.*;
    import java.text.*;
    import java.util.*;
    import...
  10. Replies
    8
    Views
    2,813

    [SOLVED] I Need some help for a java project

    ok, here is the deal , i am given the following instuctions and through them i must write a program :


    HERE is the link to bookstore.csv...
  11. Replies
    6
    Views
    3,658

    Re: a litle help on how to convert date to day

    to be more precise, it works fine for every date except for the leap year 1916. all other years work perfectly. i cant seem to find why though......

    i can solve it partially if i put
    if...
  12. Replies
    6
    Views
    3,658

    Re: a litle help on how to convert date to day

    i have done it like this but i am having trouble with leap years. when i insert a year which is not leap it works fine, but when the year is leap it prints the wrong day. can you point me to the...
  13. Replies
    6
    Views
    3,658

    Re: a litle help on how to convert date to day

    so to check if i understood:
    lets say my base date is 1/3/1900 (1900 was not a leap year)
    and the user gives me for example 10/2/2000 ( it is a leap year so february has 29)


    user year-base...
  14. Replies
    6
    Views
    3,658

    a litle help on how to convert date to day

    i have an assignment in which a user enters a date in dd/mm/yy format and the program must output what day of the week that date is.

    I use 3 different variables to get the values of dd,mm and yy
    ...
Results 1 to 14 of 14