upd
This commit is contained in:
@@ -53,13 +53,13 @@ We need to wait until time 16 so that (0, 0) and (4, 4) are connected.
|
||||
Write your approach here.
|
||||
|
||||
** TODO Python
|
||||
#+begin_src python
|
||||
#+begin_src python :lc-problem 778 :lc-lang python3
|
||||
class Solution:
|
||||
def swimInWater(self, grid: List[List[int]]) -> int:
|
||||
#+end_src
|
||||
|
||||
** TODO C++
|
||||
#+begin_src cpp
|
||||
#+begin_src cpp :lc-problem 778
|
||||
class Solution {
|
||||
public:
|
||||
int swimInWater(vector<vector<int>>& grid) {
|
||||
|
||||
Reference in New Issue
Block a user