From ddef541cfdbd29c78c875b307991e60cabb84334 Mon Sep 17 00:00:00 2001 From: Shivam Mishra <41479737+codder-shivam@users.noreply.github.com> Date: Tue, 8 Oct 2019 14:25:10 +0530 Subject: [PATCH] Update Linked List.cpp --- Data Structure/Linked List.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Data Structure/Linked List.cpp b/Data Structure/Linked List.cpp index a9b839114..cf976e3a5 100644 --- a/Data Structure/Linked List.cpp +++ b/Data Structure/Linked List.cpp @@ -131,7 +131,6 @@ int main() case 1: cout << "\nEnter the element to be inserted : "; cin >> x; - ; insert(x); break; case 2: