Question1 - Check if array of words are sorted lexicographically or not.
(similar to https://leetcode.com/problems/verifying-an-alien-dictionary/)
Question2 - Check if SubArray Sum is Equals to target. (similar to https://leetcode.com/problems/subarray-sum-equals-k/)
Update: Passed. Moved for onsite.