[LeetCode]Basic Calculator IV

题目描述:

LeetCode 770. Basic Calculator IV

Given an expression such as expression = "e + 8 - a + 5" and an evaluation map such as {"e": 1} (given in terms of evalvars = ["e"] and evalints = [1]), return a list of tokens representing the ...

继续阅读

[LeetCode]Max Chunks To Make Sorted (ver. 1)

题目描述:

LeetCode 769. Max Chunks To Make Sorted (ver. 1)

Given an array arr that is a permutation of [0, 1, ..., arr.length - 1], we split the array into some number of "chunks" (partitions), and individually sort each chunk.  ...

继续阅读