Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3f9cd73

Browse files
Merge pull request #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
  • src/_DataStructures_/LinkedList

1 file changed

+1
-0
lines changed

‎src/_DataStructures_/LinkedList/index.js

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /