
leetcode
shcalm
这个作者很懒,什么都没留下…
展开
-
[LeetCode]Single Number
Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without using ext原创 2013-10-09 17:11:49 · 1130 阅读 · 0 评论 -
[LeetCode]Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a link原创 2013-10-09 17:00:07 · 1207 阅读 · 0 评论