Skip to content

Incorrect editorial - 778. Swim in Rising Water #32717

@przemek3d88

Description

@przemek3d88

LeetCode Username

przemysaw2

Problem Number, Title, and Link

  1. Swim in Rising Water https://leetcode.com/problems/swim-in-rising-water

Bug Category

Editorial

Bug Description

  1. Time is not $O(N^2 log(N^2))$, because $log(N^2) = 2logN$, so it is $O(N^2logN)$.

Language Used for Code

None

Code used for Submit/Run operation

Expected behavior

Correct time in third solution

Screenshots

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions