Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Readme.md #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.