Runtime error while creating a node in Leetcode problem 25 (Reverse Nodes in k-Group)
I was solving the leetcode problem 25 Reverse Nodes in k-group where I tried to submit the following code in C++ :
I was solving the leetcode problem 25 Reverse Nodes in k-group where I tried to submit the following code in C++ :