摘要:
【Question】 Write a function that takes a string as input and returns the string reversed. Example: Given s = "hello", return "olleh". 【My Solution】 Sl 阅读全文
摘要:
【Question】 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo 阅读全文