Create a bug report to help us improve our content -
Your email registered on BackToBackSWE :
msvsk1997@gmail.com
Category of the bug :
[x] Question
[x] Solution
[ ] Language
Description of the bug :
This is a LinkedList question, where we need to use the "value" field of "ListNode" type which is user-defined.
But in question/solution, it is nowhere specified what are the variable names declared inside this ListNode type.
It would be helpful to:
Mention the Linked List DataType in question section (full struct/class declaration)
OR mention the same as a "comment" in Solution section.
Code you used for Submit/Run operation :
<!-- Code Goes Here -->
Language used for code :
Java
Expected behavior :
Issue is with missing Linked List structure details. While writing the code, need to know the variable names which are used in Linked List definition
Back To Back SWE
Create a bug report to help us improve our content -
Your email registered on BackToBackSWE :
msvsk1997@gmail.com
Category of the bug :
Description of the bug :
This is a LinkedList question, where we need to use the "value" field of "ListNode" type which is user-defined. But in question/solution, it is nowhere specified what are the variable names declared inside this ListNode type. It would be helpful to:
Code you used for Submit/Run operation :
Language used for code :
Java
Expected behavior :
Issue is with missing Linked List structure details. While writing the code, need to know the variable names which are used in Linked List definition
Screenshots :
Additional context :