Error!
Success!

Generic Graph Implementation in C#

0
kicks

Generic Graph Implementation in C#  (Unpublished)

Lately I’ve been doing a bit of work on graphs, mostly because I was going over some of the algorithms I implemented on an Artificial Intelligence framework a while ago. Since I needed a generic graph class to use across different domain and algorithms I decided to implement a simple one that would offer the features I needed. I’m using three different classes: one for the nodes, one for the edges, and one for the graph itself.


Kicked By:
Drop Kicked By: