#leetcode
Read more stories on Hashnode
Articles with this tag
Solution with comments //=========== visualization ==================== Initial state: l1: { val: 1, next: { val: 2, next: { val: 4, next: null...