01 2021 档案

摘要:题目 The Hamming distance between two integers is the number of positions at which the corresponding bits are different. Given two integers x and y, cal 阅读全文
posted @ 2021-01-23 15:18 Lian_tiam 阅读(128) 评论(0) 推荐(0)
摘要:1. Two Sum 题目 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 阅读全文
posted @ 2021-01-18 18:57 Lian_tiam 阅读(71) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-01-18 18:52 Lian_tiam 阅读(71) 评论(0) 推荐(0)