We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35c2fe9 + 07d92ac commit 3f9cd73Copy full SHA for 3f9cd73
src/_DataStructures_/LinkedList/index.js
@@ -1,3 +1,4 @@
1
+// do not change the node class, you never know how many things it caan break! :)
2
class Node {
3
constructor(data, next) {
4
this.data = data;
0 commit comments