Search:

Type: Posts; User: loong424

Search: Search took 0.06 seconds.

  1. Replies
    4
    Views
    2,579

    Re: Find maximum working time [Urgent]

    Sorry about putting Urgent

    I have done the function to determine maximum interval overlap.
    And the total minute for each interval also can be count.


    if countOverlap return 1 mean no overlap...
  2. Replies
    4
    Views
    2,579

    Find maximum working time [Urgent]

    I got a problem.

    Assume i got 4 time interval in figure4 List.

    List<Interval> figure4 = new ArrayList<Interval>();
    figure4.add(new Interval("06:00", "08:30"));
    figure4.add(new...
Results 1 to 2 of 2