backtobackswe / backtobackswe-feedback

1 stars 0 forks source link

Add 2 Integers Represented As Linked Lists #36

Open karthik531 opened 2 years ago

karthik531 commented 2 years ago

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:

  1. Mention the Linked List DataType in question section (full struct/class declaration)
  2. 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

Screenshots :



Additional context :