ผลต่างระหว่างรุ่นของ "Adt lab/Graph problems/hints"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (หน้าที่ถูกสร้างด้วย ': ''From Adt lab/Graph problems''') |
Jittat (คุย | มีส่วนร่วม) |
||
| (ไม่แสดง 1 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
| แถว 1: | แถว 1: | ||
: ''From [[Adt lab/Graph problems]]'' | : ''From [[Adt lab/Graph problems]]'' | ||
| + | |||
| + | * UVa 11831 - Sticker Collector Robot | ||
| + | ** Simulate how robot works | ||
| + | * UVa 11094 - Continents | ||
| + | ** Use the same technique as one of the task in the grader | ||
| + | * UVa 352 - The Seasonal War | ||
| + | ** Same technique as UVa 11094 - Continents | ||
| + | * UVa 11902 - Dominator | ||
| + | ** Cleverly checking reachability | ||
| + | * UVa 336 - A Node Too Far | ||
| + | ** Checking reachability, use levels | ||
| + | * UVa 429 - Word Transformation | ||
| + | ** Build the right graphs | ||
รุ่นแก้ไขปัจจุบันเมื่อ 07:42, 1 ธันวาคม 2559
- UVa 11831 - Sticker Collector Robot
- Simulate how robot works
- UVa 11094 - Continents
- Use the same technique as one of the task in the grader
- UVa 352 - The Seasonal War
- Same technique as UVa 11094 - Continents
- UVa 11902 - Dominator
- Cleverly checking reachability
- UVa 336 - A Node Too Far
- Checking reachability, use levels
- UVa 429 - Word Transformation
- Build the right graphs