2018年1月20日

leetcode 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 co 阅读全文

posted @ 2018-01-20 15:04 Tracy-mac 阅读(96) 评论(0) 推荐(0) 编辑

leetcode 11 Container With Most Water

摘要: 题意: Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two e 阅读全文

posted @ 2018-01-20 14:36 Tracy-mac 阅读(119) 评论(0) 推荐(0) 编辑

导航