随笔分类 -  LeetCode_Algorithms

https://leetcode.com/problemset/algorithms/
摘要:Description: Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 Have you thought about this? Here are some goo 阅读全文
posted @ 2017-09-12 13:15 SYSU_Bango 阅读(92) 评论(0) 推荐(0)
摘要:Description: 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 阅读全文
posted @ 2017-09-10 20:52 SYSU_Bango 阅读(134) 评论(0) 推荐(0)