sorry to trouble everyone
everything is ok for now
i 've found bug in my code on 1 n input params
Search found 2 matches
- Sat Oct 04, 2003 6:08 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50877
- Sat Oct 04, 2003 5:29 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50877
one more 103 WA ...
as many people before me I also have troubles with 103 problem :(
in brief algorithm look like
1. for each box sort its dimensions
2. sort boxes in lexicographic order
3. find the longest sequence using recursion
all examples (test input) from this forum work properly and give right output but i ...
in brief algorithm look like
1. for each box sort its dimensions
2. sort boxes in lexicographic order
3. find the longest sequence using recursion
all examples (test input) from this forum work properly and give right output but i ...