摘要: Given two integers dividend and divisor, divide two integers without using multiplication, division, and mod operator. Return the quotient after divid 阅读全文
posted @ 2020-12-11 21:02 diameter 阅读(94) 评论(0) 推荐(0) 编辑
摘要: Implement strStr(). Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. Clarification: What shoul 阅读全文
posted @ 2020-12-11 15:47 diameter 阅读(75) 评论(0) 推荐(0) 编辑