public static void Main()
Console.WriteLine("Hello World");
var two = n.Next = new Node(2);
public static void RemoveCycle(Node head){
Node single = head.Next ;
public static void PrintLinkedList(Node head)
Console.Write(head.Data + " " );
public int Data { get;set;}
public Node Next { get;set;}