Coding, iOS 07 Jul 2016 Problem Given an array of elements, find the maximum possible sum of a Contiguous subarray Non-contiguous (not necessarily contiguous) subarray.… Andrey
Coding, iOS 06 Jul 2016 Diagonal Difference from HackerRank in Swift Problem Given a square matrix of size , calculate the absolute difference between the sums of its diagonals. Input Format… Andrey