美文网首页
LeetCode周赛第二题5369(枚举思想)

LeetCode周赛第二题5369(枚举思想)

作者: 仲夏二十 | 来源:发表于2020-03-30 10:00 被阅读0次
    题目描述

    此题选用了暴力破解,直接枚举出所有的组合,缺点是时间复杂度大O(n^3)。

    犯的错误:

    错误写法

    不能用连续三个比较。

    相关文章

      网友评论

          本文标题:LeetCode周赛第二题5369(枚举思想)

          本文链接:https://www.haomeiwen.com/subject/tscmuhtx.html