Search found 2 matches

by rayc
Sat Dec 31, 2005 11:54 am
Forum: Volume 109 (10900-10999)
Topic: 10981 - String Morphing
Replies: 31
Views: 16699

I've used DP. IMO, the *real* problem is to cope with the requirement, that the leftmost pair of characters is always merged.

I couldn't get the obvious cubic algorithm to handle this. I got accepted with O(n^4) algo: for each morphing step, run the O(n^3) DP to find which pair of characters ...
by rayc
Thu Dec 29, 2005 11:48 am
Forum: Other words
Topic: Copyright of image
Replies: 7
Views: 5353

Excuse me for saying a few words as the tasks all come from the contest jointly hosted by me and my friend.

Firstly, I would like to stress that we are hosting contest for interest and we are not doing any kind of business nor gaining any commercial benefits. According to the situation in Hong ...

Go to advanced search