Experience-Monks / math-as-code

a cheat-sheet for mathematical notation in code form
MIT License
14.97k stars 1.07k forks source link

Graph Theory #36

Open vishalkuo opened 8 years ago

vishalkuo commented 8 years ago

Could I potentially start a section on basic graph theory?

mattdesl commented 8 years ago

Sure. :smile:

What kind of things would it focus on? How would it look in code?

vishalkuo commented 8 years ago

Basic things such trees, circuits, hypercubes. In terms of code I'd probably work on how to model the graphs and traverse them to a desired node