We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f686f6 commit d9ba2f8Copy full SHA for d9ba2f8
Data Structure Implementations/LinkedList.java
@@ -1,5 +1,3 @@
1
-package com.Slash; // This is basically the folder our code belongs to.
2
-
3
public class LinkedList {
4
5
private Node head; // Reference variable pointing to nodes.
0 commit comments