Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graph Theory useful for software developers? [closed]

Tags:

graph-theory

I don't want to take any more math in college than I have to, the graph theory course is not a requirement but is "recommended" by the CS department. Is it worth learning graph theory as for a programmer?

like image 815
GTL Avatar asked Nov 11 '10 02:11

GTL


1 Answers

Surprisingly many problems in CS can be reduced to graph problems. Without knowing basic graph theory those solutions will elude you and you might end up re-inventing the wheel or coming up with a sup-par solution. I would definitely go for it.

like image 177
BrokenGlass Avatar answered Oct 11 '22 13:10

BrokenGlass