Skip to content

Commit fc390b5

Browse files
committed
#Modification 24
1 parent ba0911d commit fc390b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

list/Problem_1_2.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class Problem_1_2 {
1111
static class Node{
1212
int data;
1313
Node next;
14+
// Constructor
1415
Node(int d){
1516
data = d;
1617
next = null;

0 commit comments

Comments
 (0)