最新 最热

LeetCode 0046 - Permutations

Given a collection of distinct numbers, return all possible permutations.

2021-08-11
0

LeetCode 0047 - Permutations II

Given a collection of numbers that might contain duplicates, return all possible unique permutations.

2021-08-11
1

LeetCode 0031 - Next Permutation

Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers.

2021-08-11
1

LeetCode 0001 - Two Sum

Given an array of integers, return indices of the two numbers such that they add up to a specific target.

2021-08-11
0

LeetCode 0002 - Add Two Numbers

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single...

2021-08-11
1

ACMSGURU 180 - Inversions

There are N integers (1<=N<=65537) A1, A2,.. AN (0<=Ai<=10^9). You need to find amount of such pairs (i, j) that 1<=i<j<=N and A[i]>A[j].

2021-08-11
1

ACMSGURU 358 - Median of Medians

Vasya learned definition of median of three numbers. He says, “Median of three numbers is the number located in the middle when numbers are ordered in non-desce...

2021-08-11
1

LeetCode 412. Fizz Buzz

Write a program that outputs the string representation of numbers from 1 to n.

2021-07-23
0

机器学习15种常用数学符号!

如果你到现在搞不懂这两个符号的区别,这问题就跟学英语记不住周一到周日的正确拼写一样严重,那么就非常有必要花3分钟跟着这篇文章复习一遍。

2021-03-11
0

​LeetCode刷题实战201:数字范围按位与

https://leetcode-cn.com/problems/bitwise-and-of-numbers-range/

2021-03-07
0