最新 最热

LeetCode 0120 - Triangle

Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.

2021-08-11
0

ACMSGURU 106 - The equation

There is an equation ax + by + c = 0. Given a,b,c,x1,x2,y1,y2 you must determine, how many integer roots of this equation are satisfy to the following condition...

2021-08-11
0

ACMSGURU 107 - 987654321 problem

For given number N you must output amount of N-digit numbers, such, that last digits of their square is equal to 987654321.

2021-08-11
0

ACMSGURU 133 - Border

Along the border between states A and B there are N defence outposts. For every outpost k, the interval [Ak,Bk] which is guarded by it is known. Because of fina...

2021-08-11
0

ACMSGURU 117 - Counting

Find amount of numbers for given sequence of integer numbers such that after raising them to the M-th power they will be divided by K.

2021-08-11
1

LeetCode 0082 - Remove Duplicates from Sorted List II

Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.

2021-08-11
1

LeetCode 0077 - Combinations

Given two integers n and k, return all possible combinations of k numbers out of 1 … n.

2021-08-11
0

LeetCode 0064 - Minimum Path Sum

Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.

2021-08-11
0

LeetCode 0039 - Combination Sum

Given a set of candidate numbers (C) (without duplicates) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.

2021-08-11
1

LeetCode 0040 - Combination Sum II

Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.

2021-08-11
1