月份:2017年12月
Given a string s, find the longest palindromic substrin […]
Given a string, find the length of the longest substrin […]
You are given two non-empty linked lists representing t […]
Follow up for “Remove Duplicates”: What if […]
指针和引用在实际开发中用的比较多,但是要说他们俩的区别,能说出个一二来,但是却没法说出详细的区别,趁此总结一下 […]
Given an array and a value, remove all instances of tha […]
You are given an n x n 2D matrix representing an image. […]
There are N gas stations along a circular route, where […]
问题描述: 给定一个数据流,要求从n个元素中等概率的采样k个样本点,n的数值未知并且数量很大。 解析: 如果n […]
python中的下划线(_)用的比较多,在这里一并归纳总结,分别对每种使用情况做一下介绍。 1.单下划线(_) […]