Merge pull request #459 from codder-shivam/patch-1

Update Linked List.cpp
This commit is contained in:
Anup Kumar Panwar
2019-10-09 16:30:59 +05:30
committed by GitHub

View File

@@ -131,7 +131,6 @@ int main()
case 1:
cout << "\nEnter the element to be inserted : ";
cin >> x;
;
insert(x);
break;
case 2: