2016年1月26日

leet_14 Longest Common Prefix

摘要: package com.mingxin.leetcode.leet_14;/** * Created by Administrator on 2016/1/25. */public class LongestCommonPrefix { public static void main(Stri... 阅读全文

posted @ 2016-01-26 10:50 码码码码农 阅读(290) 评论(0) 推荐(0) 编辑

leet_15

摘要: Given an arraySofnintegers, are there elementsa,b,cinSsuch thata+b+c= 0? Find all unique triplets in the array which gives the sum of zero.Note:Elemen... 阅读全文

posted @ 2016-01-26 10:49 码码码码农 阅读(344) 评论(0) 推荐(0) 编辑

leet_11

摘要: 题目:https://leetcode.com/problems/container-with-most-water/Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai... 阅读全文

posted @ 2016-01-26 10:47 码码码码农 阅读(387) 评论(0) 推荐(0) 编辑

导航