Search found 1 match

by hello442
Wed Apr 03, 2013 2:33 pm
Forum: Volume 101 (10100-10199)
Topic: 10131 - Is Bigger Smarter?
Replies: 93
Views: 89378

Re: 10131 - Is Bigger Smarter?

This is a DP LIS problem. I use nlgn algo but get WA. (n^2 algo works fine). What's wrong with the code? I've checked for several times... Who can show me the mistake or correct nlgn algo code? Thanks for help.

#include<iostream>
#include<algorithm>
#include <cstring>
#define MAX 1010

using ...

Go to advanced search