Skip to content

Commit 3f9cd73

Browse files
authored
Merge pull request knaxus#109 from sanyamdogra/master
change: the data part should be named as my_data
2 parents 35c2fe9 + 07d92ac commit 3f9cd73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_DataStructures_/LinkedList/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// do not change the node class, you never know how many things it caan break! :)
12
class Node {
23
constructor(data, next) {
34
this.data = data;

0 commit comments

Comments
 (0)