tarunsinghdev / DSA-CRACKER

This is an attempt to solve 450 questions carefully curated by Love Babbar.
109 stars 65 forks source link

Added Remove duplicate element from sorted Linked List Solution. #64

Closed srajan-kiyotaka closed 1 year ago

srajan-kiyotaka commented 1 year ago
tarunsinghdev commented 1 year ago

Hey, excellent work! Please rename your file in the format QuesNo_ProblemName.cpp. For your case it would be 6_RemoveDuplicatesfromSortedList.cpp.

srajan-kiyotaka commented 1 year ago

Thanks @tarunsinghdev , I made the necessary changes.