Matrix Addition Machine Learning ৭:৫৫ AM Add Comment Edit Input:Two matrix data Output: Summation of matrix Sample Input: First matrix: 1 1 1 ...
Sorted element's in order's ascending order Machine Learning ৭:৫০ AM Add Comment Edit Input:An array with Integer data Output An array with sorted elements in order ascending order Sample Input:5,4,3,2,1 Sample ...
Merging two array data Machine Learning ৭:৪৭ AM Add Comment Edit Input:Two array data Output:Merging first array data and second array data Sample Input: First array:1,2,3,4,5 ...
Delete an Element from an array Machine Learning ৭:৪২ AM Add Comment Edit Input: Key the element to be deleted Output:Array without key ---------------------------------------- ---------------...
Insert an Element into an array Machine Learning ৭:৩৮ AM Add Comment Edit Input: Key is item,location is the index of the element where is to be inserted. Output: Array enriched with key --------...