Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums
Member Avatar for gamers18

I am having trouble accessing an edgelist of a vertex(which is another object of vertex linked to it). Any ideas how? like for example i have Edge.cs, Vertex.cs, DirecGraph.cs In the DirectGraph.cs IDictionary < String, Vertex> dic = new IDictionary< String, Vertex>(); .. ... // Then add a vertex type …

Member Avatar for Ketsuekiame
0
129
Member Avatar for gamers18

Hi, ive been trying to print out a dictionary item with its List but im so confused about it. Basically I created a dictionary and I managed to add an Item to the dictionary(as a Key) and List of something (as value) Dictionary<String, List<string>> dic = new Dictionary<String, List<string>>(); public …

Member Avatar for tinstaafl
0
5K