exercises \ arrays

Post A Question

Classifications:

Popular Categories:

Find the union and intersection of two arrays in Python
icon 1 answers
icon204 Views
icon0 Likes
Given two arrays A and B of size N each, find the maximum N elements from the sum combination (A[i]+B[j]) formed elements A and B. You can only combine elements of two arrays you can\'t combine the same array elements
icon 1 answers
icon212 Views
icon0 Likes
(Strictly identical arrays) The two-dimensional arrays m1 and m2 are strictly identical if their corresponding elements are equal. Write a method that returns true if m1 and m2 are strictly identical, using the following header:
icon 1 answers
icon70 Views
icon0 Likes
(Identical arrays) The two-dimensional arrays m1 and m2 are identical if they have the same contents. Write a method that returns true if m1 and m2 are identical, using the following header:
icon 1 answers
icon91 Views
icon0 Likes
Write a program to define two character arrays initialized from string literals. Now define a third character array to hold the concatenation of the two arrays. Use strcpy and strcat to copy the two arrays into the third
icon 1 answers
icon99 Views
icon0 Likes
Scala program to merge two arrays or array buffer
icon 1 answers
icon234 Views
icon0 Likes
Given two arrays A and B of size N each, find the maximum N elements from the sum combination (A[i]+B[j]) formed elements A and B
icon 1 answers
icon206 Views
icon0 Likes
Given two arrays A and B of size N each, find the maximum N elements from the sum combination (A[i]+B[j]) formed elements A and B
icon 1 answers
icon164 Views
icon0 Likes
Given K sorted arrays arranged in form of a matrix of size K*N, you are required to merge them into single sorted array
icon 1 answers
icon241 Views
icon0 Likes
Given K sorted arrays arranged in form of a matrix of size K*N, you are required to merge them into single sorted array
icon 1 answers
icon193 Views
icon0 Likes
Given K sorted arrays arranged in form of a matrix of size K*N, you are required to merge them into single sorted array
icon 1 answers
icon265 Views
icon0 Likes
Appending/merging of two arrays in PHP
icon 1 answers
icon242 Views
icon0 Likes