Skip to content

Instantly share code, notes, and snippets.

@prasath95
Created May 8, 2022 05:32
Show Gist options
  • Save prasath95/83f105b45dbfade51ff98d268132a105 to your computer and use it in GitHub Desktop.
Save prasath95/83f105b45dbfade51ff98d268132a105 to your computer and use it in GitHub Desktop.
public class LinkedList {
Node head;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment