i cant understand why i got wa answer in everytime
i use very simple DP algorithm
can anyone help me with critical input/output
wanna see my code?
607 - Scheduling Lectures
Moderator: Board moderators
-
- A great helper
- Posts: 383
- Joined: Mon Oct 18, 2004 8:25 am
- Location: Bangladesh
- Contact:
Re: 607 - Scheduling Lectures
I had received WA instead of PE for emitting a blank line after the last test case. Omitting that gave me an AC. Hope this helps.
Re: 607 - Scheduling Lectures
I am getting TLE in this problem. I use DP for finding the minimum number of lectures and then use the DP table to backtrack for minimum DI. How do I optimize?
Re: 607 - Scheduling Lectures
I have used a simple memoization but getting WA. Can you give me some sample IO?
Thanks in advance.
Thanks in advance.
regards,
nymo
nymo