mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update Linked List.cpp
This commit is contained in:
parent
e685bed150
commit
ddef541cfd
@ -131,7 +131,6 @@ int main()
|
|||||||
case 1:
|
case 1:
|
||||||
cout << "\nEnter the element to be inserted : ";
|
cout << "\nEnter the element to be inserted : ";
|
||||||
cin >> x;
|
cin >> x;
|
||||||
;
|
|
||||||
insert(x);
|
insert(x);
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user