Search found 24 matches
- Wed Nov 30, 2005 1:56 am
- Forum: Off topic (General chit-chat)
- Topic: Who is this worm3959
- Replies: 4
- Views: 2748
- Sun Nov 27, 2005 12:25 am
- Forum: Off topic (General chit-chat)
- Topic: Author Info and profile (To ADMIN)
- Replies: 8
- Views: 5290
- Fri Nov 25, 2005 5:28 am
- Forum: Off topic (General chit-chat)
- Topic: Author Info and profile (To ADMIN)
- Replies: 8
- Views: 5290
- Mon Nov 07, 2005 10:23 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10946 - You want what filled?
- Replies: 38
- Views: 24775
- Wed Nov 02, 2005 6:35 am
- Forum: Off topic (General chit-chat)
- Topic: Access Denied?
- Replies: 14
- Views: 6748
I wonder if this problem is related with the "personal info not correct" problem. (My profile is http://acm.uva.es/cgi-bin/OnlineJudge?AuthorInfo:12139 but the country, name and registration date is incorrect).
Hopefully these problems will be fixed soon.
Hopefully these problems will be fixed soon.
- Wed Nov 02, 2005 6:31 am
- Forum: Other words
- Topic: Runtime Error
- Replies: 2
- Views: 2128
- Tue Nov 01, 2005 10:43 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10957 - So Doku Checker
- Replies: 31
- Views: 20668
- Mon Oct 31, 2005 11:17 pm
- Forum: C++
- Topic: priority queue in STL
- Replies: 2
- Views: 2296
- Mon Oct 31, 2005 6:40 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10956 - Prime Suspect
- Replies: 24
- Views: 14892
- Mon Oct 31, 2005 6:35 am
- Forum: Volume 109 (10900-10999)
- Topic: 10957 - So Doku Checker
- Replies: 31
- Views: 20668
- Sun Oct 30, 2005 11:52 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10956 - Prime Suspect
- Replies: 24
- Views: 14892
- Sun Oct 30, 2005 4:22 am
- Forum: Volume 109 (10900-10999)
- Topic: 10954 - Add All
- Replies: 80
- Views: 41557
- Sat Oct 29, 2005 5:00 am
- Forum: C++
- Topic: Who has easier variant?
- Replies: 4
- Views: 3060
- Thu Oct 27, 2005 5:05 pm
- Forum: Algorithms
- Topic: anagram(next_permutation)
- Replies: 2
- Views: 1537
- Thu Oct 27, 2005 5:46 am
- Forum: Algorithms
- Topic: Artificial Intelligence (project)
- Replies: 2
- Views: 1754
Sounds like a fun and interesting problem. An idea is to keep a list of known areas (or states, an area is either "known" or "unknown"). Known areas can be visited using a shortest path algorithm such as A* or Dijkstra. As for the exploration of / learning the map there are several ways, you can for ...