My Snippets
My Collections
Search Engine
Pricing
Untitled
unknown
plain_text
a year ago
111 B
1
Indexable
namespace Linkedlist { class Node { public int Data; public Node Next; } }