Metajuniordez. de 2025
Given 2 linked lists, check whether the strings formed by the values of the linked lists are the same. E.g. list A: 'he'->''->'ll'->'o'->'' list B: 'hell'->'o' Output: true
Given two linked lists where each node contains a string, determine if the concatenated strings formed by the linked lists are equal. For example, if list A is 'he'->''->`ll'->'o'->'' and list B is 'hell'->'o', the result should be true.
Use esses exemplos para entender em que contexto ela costuma cair e adaptar sua prática.
Given 2 linked lists, check whether the strings formed by the values of the linked lists are the same. E.g. list A: 'he'->''->'ll'->'o'->'' list B: 'hell'->'o' Output: true
Nenhum anexo público associado a esta pergunta.
No app você encontra perguntas parecidas, compara empresas e aprofunda essa busca com mais filtros.