ARRAYS ----------------------------------- Array initialization: [1, 2, 3, 4, 5, 6, 7, 8] [0, 0, 0] shiftArrayToTheRight: [8, 1, 2, 3, 4, 5, 6, 7] fillStringArray: [aa, bb, cc, dd] [1, 2, 3, 4] [aa, bb, bb, cc, cc, cc, dd, dd, dd, dd] [And, I, Will always love, You] [1, 3, 1, 2] [And, I, I, I, Will always love, You, You] mergeArrays: [1, 0, 2, 0, 3, 0, 4, 5, 6, 7, 8] Matrix 1 initialization: [1, 2, 3] [4, 5, 6] [7, 8, 9] matrixMean: Mean of all matrix elements is 5.0 matrixMinColumnId: Matrix minimum is found on column with index 0 concatMatrixRows: [1, 2, 3, 4, 5, 6, 7, 8, 9] Matrix 2 initialization: [1, 2, 3] [4, 5] [6] null [] [7, 8] concatNonRectangleMatrixRows: [1, 2, 3, 4, 5, 6, 7, 8] STRINGS ----------------------------------- reverseString: reverse of String [Hello] is [olleH] sortStringWords: This is a test string which shall be used to demonstrate this method -> This a be demonstrate is method shall string test this to used which To Be Or Not To Be -> Be Be Not Or To To Anagrams: Debit Card and Bad Credit are anagrams. A decimal point and Im a dot in place are anagrams. Election results and Lies lets recount are anagrams. Debit Card and Bad Rabit are not anagrams. stringHistogram : abbcccddddeeeeezzzzzzz => [1, 2, 3, 4, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7] mississippi => [0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 2, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0]