摘要: Given a string s, find the length of the longest substring without repeating characters. Example 1: Input: s = "abcabcbb" Output: 3 Explanation: The a 阅读全文
posted @ 2022-07-28 20:07 LeftBody 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 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 conta 阅读全文
posted @ 2022-07-28 17:15 LeftBody 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 此题给定一个数组和目标target,求两个数之和等于target,返回这两个数的下标位置 Given an array of integers nums and an integer target, return indices of the two numbers such that they a 阅读全文
posted @ 2022-07-28 14:51 LeftBody 阅读(14) 评论(0) 推荐(0) 编辑