Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. This is case sensitive, for …
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input …