Generic Graph Implementation in C#(raine-tech.com)
submitted by
jrcalzada(70) 2 years, 11 months ago
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.
|category: C#
|Views: 101
tags:
C# another
Everyones tags:
Your Tags: