Back to course home
0% completed
Vote For New Content
My solution
Mohammed Dh Abbas
Jul 26, 2024
0
18
0
Jul 26, 2024
for peoples who are confused why head = prev ??
Faraz
May 9, 2024
1
23
0
Jul 19, 2024
Without Constraints: 1 <= left <= right <= n, the solution won't make sense
sathitsak
Jan 3, 2024
0
18
1
Apr 25, 2024
provide how is indexing done in the LL for this problem
Aniket Joshi
Jul 24, 2023
0
26
0
Jul 24, 2023
For python version, why are we assigning `current` to `last_node_of_sub_list.n...
Azimul Haque
Feb 21, 2023
0
29
1
Feb 21, 2023
Mine was a little different: class Node { constructor(val, next = null) { th...
Clodoaldo Favaro
Aug 4, 2022
0
16
0
Aug 4, 2022