
Search found 4 matches
- Tue Feb 10, 2004 1:24 am
- Forum: Volume 7 (700-799)
- Topic: 729 - The Hamming Distance Problem
- Replies: 54
- Views: 21459
- Tue Feb 10, 2004 12:22 am
- Forum: Volume 7 (700-799)
- Topic: 729 - The Hamming Distance Problem
- Replies: 54
- Views: 21459
- Mon Feb 02, 2004 1:27 am
- Forum: Volume 100 (10000-10099)
- Topic: 10000 - Longest Paths
- Replies: 160
- Views: 56720
- Sun Feb 01, 2004 12:55 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10000 - Longest Paths
- Replies: 160
- Views: 56720
The problem statement claims that the graph has no cycles, but my BFS times out unless I check that I only visit each node once. When I do the check, my program WAs.
When I searched the forums there's a post under the Fix Forum that the dataset for this problem was increase. It seems as if this new ...
When I searched the forums there's a post under the Fix Forum that the dataset for this problem was increase. It seems as if this new ...