Ask HN: What are some good books on graph theory in software dev?
Hi,
I am a self taught programmer and I have as of late stumbled upon graph theory as a mathematical component for abstracting problems and finding easy solutions. Keen on applying what I learnt to my profession(programming), I set out on learning its applications in computer programming/software architecture. My CS friends have recommended a couple of their textbooks but they seem pretty bland. I was wondering if the HN community would be able to provide me with a good source for learning graph theory's application to programming.
6 comments
[ 3.0 ms ] story [ 22.5 ms ] threadI love graph theory too!
Robert Sedgewick (Princeton) and Tim Roughgarden (Stanford) run independent 2-part courses that are pretty comprehensive, and both have upcoming sessions. Robert in particular provides many thought exercises to clarity and reinforce understanding.