2019年7月13日

leetcode 141 Linked List Cycle Hash fast and slow pointer

摘要: Problem describe:https://leetcode.com/problems/linked-list-cycle/ Ac Code: (Hash) Fast and Slow Pointer 阅读全文

posted @ 2019-07-13 19:18 Algorithm_Ethusiast 阅读(124) 评论(0) 推荐(0) 编辑

leetcode 136 Single Number bit Option

摘要: Linked Url:https://leetcode.com/problems/single-number/ Given a non-empty array of integers, every element appears twice except for one. Find that sin 阅读全文

posted @ 2019-07-13 18:49 Algorithm_Ethusiast 阅读(187) 评论(0) 推荐(0) 编辑

lleetcode 1 two sum c++

摘要: Problem describe:https://leetcode.com/problems/two-sum/ Given an array of integers, return indices of the two numbers such that they add up to a speci 阅读全文

posted @ 2019-07-13 18:32 Algorithm_Ethusiast 阅读(317) 评论(0) 推荐(0) 编辑

导航