Skip to content
/ DSA Public

This repo is created to learn DSA together in any language with resources and questions to practice

Notifications You must be signed in to change notification settings

GDSCITM/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.

About

This repo is created to learn DSA together in any language with resources and questions to practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published