davecom / SwiftGraph

A Graph Data Structure in Pure Swift
Apache License 2.0
758 stars 80 forks source link

feat: indegree and outdegree functions #85

Closed TizianoCoroneo closed 6 months ago

TizianoCoroneo commented 6 months ago

This PR adds two utility functions to compute the indegree and outdegree of a vertex.

I have been using this library for my bachelor thesis, and I found the need for these two functions. Thank you for your work 👍 🎉

davecom commented 6 months ago

Thanks for the contribution. And thanks for a straightforward description.