We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e6986 commit 5e7bd39Copy full SHA for 5e7bd39
1 file changed
Node.cs
@@ -1,6 +1,6 @@
1
using System;
2
using System.Collections.Generic;
3
-
+namespace Graph_database;
4
/// <summary>
5
/// Represents a single node (vertex) within the graph structure.
6
/// Acts as a container for data and maintains a list of outgoing connections.
@@ -41,3 +41,4 @@ public Node(Tkey id, Tdata data)
41
Data = data;
42
}
43
44
+
0 commit comments