Today's episode of BaseCS dives into the origins and basics of graph theory!
We’ll learn a little bit about Leonard Euler, a mathematician who attempted to solve the seven bridge problem. From there, we’ll jump right into the building blocks of graph theory, and discover how we can identify a graph by its different kinds of edges. We’ll investigate the different ways to classify a graph, from the degrees of its nodes, to the different kinds of paths and cycles that we can find within it.
This whole series is sponsored by Heroku. A special thank you to Heroku for their ongoing support!
PS - To learn more about the history of graph theory and Leonard Euler, check out this quick and fun lesson of Byte Sized.
![Byte Sized](https://res.cloudinary.com/practicaldev/image/fetch/s--mB_CcU2---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--p8xhxW1n--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/organization/profile_image/865/652f7998-32a8-4fd9-85ca-dd697d2a9ee9.png)
![](https://res.cloudinary.com/practicaldev/image/fetch/s--cs5I7eP0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://res.cloudinary.com/practicaldev/image/fetch/s--2Mba1moc--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_66%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/2882/872cbd01-815a-4e1f-94dc-5e432b8c8974.gif)
Byte Sized Episode 2: The Creation of Graph Theory
Vaidehi Joshi for Byte Sized ・ Aug 1 '19
Happy coding!
Top comments (1)
You should always avoid cycle-paths.
Kidding aside, I read a book about graph theory and I must say what you did in < 9 minutes made me understand it much better than the book.