Introduction To Arrays

13 problems to practice.

13 Total
13 Easy
0 Medium
0 Hard

Span Of Array

1. You are given a number n, representing the count of elements. 2. You are given n numbers. 3. Yo...

easy

Find Element In An Array

1.You are given a number n, representing the size of array a. 2.You are given n distinct numbers, r...

easy

Bar Chart

1. You are given a number n, representing the size of array a. 2. You are given n numbers, represen...

easy

Sum Of Two Arrays

1. You are given a number n1, representing the size of array a1. 2. You are given n1 numbers, repre...

easy

Difference Of Two Arrays

1. You are given a number n1, representing the size of array a1. 2. You are given n1 numbers, repre...

easy

Reverse An Array

1. You are given a number n, representing the size of array a. 2. You are given n numbers, represen...

easy

Rotate An Array

1. You are given a number n, representing the size of array a. 2. You are given n numbers, represen...

easy

Inverse Of An Array

1. You are given a number n, representing the size of array a. 2. You are given n numbers, represen...

easy

Subarray Problem

1. You are given an array of size 'n' and n elements of the same array. 2. You are required to find...

easy

Subsets Of Array

1. You are given a number n, representing the count of elements. 2. You are given n numbers. 3. Yo...

easy

Broken Economy

In a country of novice government, the economic system is changed where only coins are used that too...

easy

First Index And Last Index

1. You are given a number n, representing the size of array a. 2. You are given n numbers, represen...

easy

Inverted Bar Chart

1. You are given a number n, representing the size of array a. 2. You are given n numbers, represen...

easy