Skip to content

Instantly share code, notes, and snippets.

@AbhinavPradeep
Created December 27, 2019 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhinavPradeep/a92c1904615b4cba73cb798ca13bae08 to your computer and use it in GitHub Desktop.
Save AbhinavPradeep/a92c1904615b4cba73cb798ca13bae08 to your computer and use it in GitHub Desktop.
Node Head;
public LinkedList()
{
Head = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment