Graph Algorithms in Python for Rhino & Grasshopper

Hello All,

I am an intermediate user in Python scripting and I am willing to implement Graph Algorithms for different geometry classes like Brep and Mesh specifically. I tried finding online resources but I am lost. Could anyone help me with this? I really appreciate this.

Best Regards
Abhishek S Shinde

Graph theory is a very important topic in mathematics and computer scienceā€¦ there is endless information of this online, including its corresponding DS and algorithms.

As a startā€¦ attached MIT open course, on Mathematics for CS, they have 6 lectures that cover the subject + you can get tons of bibliography online

2 Likes

Thank you Nicholas Rawitscher ! This helps me