Search found 1 match

by keerthi100
Mon Dec 15, 2014 3:43 pm
Forum: Volume 7 (700-799)
Topic: 714 - Copying Books
Replies: 29
Views: 25312

Re: 714 - Copying Books

Hi all,
I get a time limit exceded when I run my code. Can someone please suggest some ways to optimize my code.I had used binary search to get the maximum number of pages. Thanks in advance!

package s43;

import java.util.LinkedList;
import java.util.Scanner;




public class Main {

static int ...

Go to advanced search