Skip to content

Commit d9ba2f8

Browse files
Added Singly Linked List implementation in Java
1 parent 3f686f6 commit d9ba2f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Data Structure Implementations/LinkedList.java

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com.Slash; // This is basically the folder our code belongs to.
2-
31
public class LinkedList {
42

53
private Node head; // Reference variable pointing to nodes.

0 commit comments

Comments
 (0)