最近做一些lc上的题,有些感觉挺好的记录一下:原题描述如下://给定一个整数 n,返回 n! 结果尾数中零的数量。//// 示例 1://// ...
收录了7篇文章 · 1人关注
最近做一些lc上的题,有些感觉挺好的记录一下:原题描述如下://给定一个整数 n,返回 n! 结果尾数中零的数量。//// 示例 1://// ...
题目:Given a string, find the length of the longest substring without repe...
题目:Given an array S of n integers, are there elements a, b, c, and d in ...
题目:Given an array S of n integers, find three integers in S such that th...
(头疼,做的时候细节错误百出,然而这只是一道mid难度,在代码中,for循环里可以精简优化一些,指针的排重)题目:Given an array ...
首先看题目:Given n non-negative integers a1, a2, ..., an, where each represen...
题目:Given an array of integers, return indices of the two numbers such th...
专题公告
每天两题