forked from TheAlgorithms/JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 1666c3a
authored
fix error in SinglyLinkedList head method (TheAlgorithms#1322)
* fix error in SinglyLinkedList head method
* test: update check head test for SinglyLinkedList
* fix: code style error
* fix: remove extra semicolons
---------
Co-authored-by: Bekzod <bekzodisakov18@gmail.com>1 parent 331a4d2 commit 1666c3a
File tree
2 files changed
+10
-2
lines changed- Data-Structures/Linked-List
- test
2 files changed
+10
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | - | ||
43 | + | ||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 | - | ||
48 | + | ||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
151 | 155 |
| |
152 | 156 |
| |
153 | 157 |
| |
| |||
162 | 166 |
| |
163 | 167 |
| |
164 | 168 |
| |
169 | + | ||
170 | + | ||
171 | + | ||
172 | + | ||
165 | 173 |
| |
166 | 174 |
| |
167 | 175 |
| |
|
0 commit comments