
编程练习
文章平均质量分 85
we7ss
这个作者很懒,什么都没留下…
展开
-
3Sum
题目链接:https://leetcode.com/problems/3sum/#/descriptionGiven an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives原创 2017-03-31 21:30:43 · 238 阅读 · 0 评论 -
Prototype
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=3492PrototypeTime Limit: 1 Second Memory Limit: 32768 KBPrototype is a 3D game which allow you to contro原创 2017-03-15 13:45:06 · 378 阅读 · 0 评论 -
Valid Palindrome
题目描述:Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.For example,"A man, a plan, a canal: Panama" is a palindrome."race a car"原创 2017-04-18 14:37:56 · 71984 阅读 · 0 评论