Top-Interview-Questions--Leetcode
Top-Interview-Questions--Leetcode copied to clipboard
Created delete Node in cpp
#32 solution to given leetcode problem to delete a node in a linked list when the head is not given. Its a logical solution as u cannot delete the node when head is not given instead just change the links .
@KhushbooGoel01 plz merge