mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-19 08:59:05 +08:00
Code style fixes.
This commit is contained in:
@@ -7,7 +7,7 @@ The task is to traverse the given linked list in straight order.
|
||||
|
||||
For example for the following linked list:
|
||||
|
||||

|
||||

|
||||
|
||||
The order of traversal should be:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Например, для следующего связного списка:
|
||||
|
||||

|
||||

|
||||
|
||||
Порядок обхода будет такой:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user