From 78f0cfad78807b3599956e99b9c5937932c63c0a Mon Sep 17 00:00:00 2001 From: Dhamkirti Sisodia <78336507+dhamkirti21@users.noreply.github.com> Date: Wed, 15 Mar 2023 21:02:54 +0530 Subject: [PATCH] Updating Readme.md --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index f87f74c..f834da1 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,3 @@ ### This repo is created to learn DSA together in any language with resources and questions to practice -ARRAY QUESTIONS - -Problem 1: -Write a c++ program to find the maximum and minimum numbers from the given array. - -Problem 2: -Write a c++ program to search for a given value from the given array. - -Problem 3: -Given an array, count numbers whose last element is 2, 3, or 9. - -Problem 4: -Write a program to input two matrices and check whether they are equal. - -Problem 5: -Write a program to find the position of an element in a 2d array. - -Problem 6: -Write a program to print sum of the first row and last row separately. -