摘要:
本文始发于个人公众号: TechFlow ,原创不易,求个关注 链接 "Substring with Concatenation of All Words" 难度 Hard 描述 给定一个字符串s作为母串,和一系列长度相等的字符串words,要求返回s当中所有的位置,使得从该位置开始可以找到所有的w 阅读全文
摘要:
本文始发于个人公众号: TechFlow ,原创不易,求个关注 链接 "Divide Two Integers" 难度 Medium 描述 给定两个整数,被除数和除数,要求在不使用除号的情况下计算出两数的商 Given two integers and , divide two integers w 阅读全文