Search found 1 match

by mudda_steven
Wed Sep 13, 2006 7:31 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110938

101-Block Problem--- Time Limit Exceeding

Iam a newbie and
Iam unable to minimize this code........this is as far as i can go to reduce the complexity of the problem....could u guys please tell me a way in which i can reduce the Time limit.....


#include<iostream>
#include<string.h>
using namespace std;
class Block
{
public:
int value ...

Go to advanced search