
算法学习
从头开始刷算法题
peijin11000
这个作者很懒,什么都没留下…
展开
-
2. Add Two Numbers
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return i...原创 2020-04-15 19:58:34 · 127 阅读 · 0 评论 -
1. Two Sum php版+go
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 would have exactly one solution, and you may not use the same e...原创 2020-04-14 18:33:42 · 161 阅读 · 0 评论