最新 最热

LeetCode 0327 - Count of Range Sum

Given an integer array nums, return the number of range sums that lie in [lower, upper] inclusive.Range sum S(i, j) is defined as the sum of the elements in nu...

2021-08-11
0

LeetCode 0309 - Best Time to Buy and Sell Stock with Cooldown

Say you have an array for which the ith element is the price of a given stock on day i.

2021-08-11
0

ACMSGURU 403 - Scientific Problem

Once upon a time Professor Idioticideasinventor was travelling by train. Watching cheerless landscape outside the window, he decided to invent the theme of his ...

2021-08-11
0

LeetCode 0119 - Pascal's Triangle II

Given an index k, return the kth row of the Pascal’s triangle.

2021-08-11
1

LeetCode 0121 - Best Time to Buy and Sell Stock

Say you have an array for which the ith element is the price of a given stock on day i.

2021-08-11
0

LeetCode 0122 - Best Time to Buy and Sell Stock II

Say you have an array for which the ith element is the price of a given stock on day i.

2021-08-11
0

LeetCode 0123 - Best Time to Buy and Sell Stock III

Say you have an array for which the ith element is the price of a given stock on day i.

2021-08-11
0

LeetCode 0041 - First Missing Positive

Given an unsorted integer array, find the first missing positive integer.

2021-08-11
0

LeetCode 0034 - Search for a Range

Given an array of integers sorted in ascending order, find the starting and ending position of a given target value.

2021-08-11
1

坐标系与矩阵(5): Denavit-Hartenberg算法

上一篇我介绍了坐标系与矩阵的应用之一:ECEF与ENU坐标转换的相关的概念。本篇介绍坐标系在动力学中的应用场景,这里则涉及到Denavit-Hartenberg(DH) Algorithm。...

2021-07-20
0