Experience-Monks/math-as-code

Graph Theory

vishalkuo opened this issue · 2 comments

Could I potentially start a section on basic graph theory?

Sure. 😄

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

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