标签归档:leetcode

RSS feed of leetcode

[LeetCode]Smarking Algorithm Contest解题报告

Smarking Algorithm Contest是LeetCode举办的第九场正式周赛,共4道题目,比赛时长2.5小时。

比赛链接:https://leetcode.com/contest/smarking-algorithm-contest/

题解列表:

LeetCode 437. Path Sum III

LeetCode 438. Find All Anagrams in a String

LeetCode 439. Ternary Expression Parser

LeetCode 440. K-th Smallest in Lexicographical Order

[LeetCode]Ternary Expression Parser

题目描述:

LeetCode 439. Ternary Expression Parser

Given a string representing arbitrarily nested ternary expressions, calculate the result of the expression. You can always assume that the given expression is valid and only consists of digits 0-9, ?, :, T and F (T ...

继续阅读