algorithm - What is a decent beginner graph puzzle? -
i'm trying more acquainted problems require graphs solved (are best solved graphs).
if has old acm programming competition problem utilized graphs, or have problem found particularly enlightening worked out appreciate it. want familiarize myself graphs, identifying graph-type problems , able utilize basic graph traversal algorithmns.
anyone have sweet problem can send way?
i found book extremely useful (amazon link): programming challenges
not give pretty indepth explanation of graphs, trees, basic data structures gives handful of programming challenges involving each type! document more useful me textbook!
here of graph problems in it:
problems involving graph traversal:
- bicoloring : pg 203
- playing wheels : pg 204
- the tourist guide : pg 206
- slash maze : pg 208
- edit step ladders : pg 210
- tower of cubes : pg 211
- from dusk till dawn : pg 213
- hanoi tower troubles (again!) : pg 215
problems involving graph algorithms (dijkstra's, min spanning tree, etc):
- freckles : pg 231
- the necklace : pg 231
- fire station : pg 234
- railroads : pg 235
- war : pg 237
- the grand dinner : pg 241
Comments
Post a Comment