分类:编程
Given n non-negative integers a1, a2, …, an, wher […]
The string “PAYPALISHIRING” is written in a […]
机器字长:是指计算机进行一次整数运算所能处理的二进制数据的位数(整数运算即定点整数运算)。机器字长也就是运算器 […]
There are two sorted arrays nums1 and nums2 of size m a […]
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 […]
python中的下划线(_)用的比较多,在这里一并归纳总结,分别对每种使用情况做一下介绍。 1.单下划线(_) […]
Given a sorted array, remove the duplicates in-place su […]
Write a function to find the longest common prefix stri […]