cpp
cpp copied to clipboard
FEAT: Added a delete function in LinkedList
I am creating a pull request for...
- I added a delete function in linkedList.cpp file.
- This delete function is taking an argument of int type, that is key to be deleted from linked list, if available.